RadixTree.contains

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

Return Value

Type: inout(V*)

pointer to value if key is contained in set, null otherwise.

Meta