RawRadixTree.contains

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

Return Value

Type: inout(Value*)

true if key is stored, false otherwise.

Meta