phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
RadixTree.contains
nxt
trie
RadixTree
inout
(
V
*)
contains
(K key)
struct
RadixTree
(K, V)
inout @
nogc
static if
(
RawTree.hasValue
)
inout
(
V
*)
contains
(
in
K
key
)
if
(
isTrieableKeyType
!(
K
)
)
bool
contains
(K key)
Return Value
Type:
inout
(
V
*)
pointer to value if
key
is contained in set, null otherwise.
Meta
Source
See Implementation
nxt
trie
RadixTree
aliases
KeyType
RawTree
ValueType
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
opIndex
opIndexAssign
opSlice
prefix
upperBound
structs
TypedElt
variables
_rawTree