RadixTree.contains

  1. inout(V*) contains(MK key)
  2. bool contains(MK key)
    struct RadixTree(K, V, A = Mallocator)
    inout nothrow @nogc
    static if(!(RawTree.hasValue))
    bool
    contains
    (
    const scope MK key
    )

Return Value

Type: bool

true if key is stored, false otherwise.

Meta