RawRadixTree.contains

  1. inout(Value*) contains(UKey key)
  2. bool contains(UKey key)
    struct RawRadixTree
    @safe pure nothrow @nogc const
    static if(!(isValue))
    bool
    contains

Return Value

Type: bool

true if key is stored, false otherwise.

Meta