phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
RadixTree.contains
nxt
trie
RadixTree
inout
(
V
*)
contains
(K key)
bool
contains
(K key)
struct
RadixTree
(K, V)
@
nogc
nothrow inout
bool
contains
(
in
K
key
)
if
(
isTrieableKeyType
!(
K
)
)
Return Value
Type:
bool
true
if
key
is stored,
false
otherwise.
Meta
Source
See Implementation
nxt
trie
RadixTree
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
prefix
upperBound
structs
TypedElt