RawRadixTree.contains

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

Return Value

Type: bool

true if key is stored, false otherwise.

Meta