RadixTree.contains

  1. inout(V*) contains(K key)
    struct RadixTree(K, V)
    inout @nogc
    inout(V*)
    contains
    (
    in K key
    )
  2. bool contains(K key)

Return Value

Type: inout(V*)

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

Meta