phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
RadixTree.contains
nxt
trie
RadixTree
inout
(
V
*)
contains
(K key)
bool
contains
(K key)
struct
RadixTree
(K, V)
@
nogc
nothrow inout
static if
(!(
RawTree.hasValue
))
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
aliases
KeyType
RawTree
ValueType
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
opIndex
opIndexAssign
opSlice
prefix
upperBound
structs
TypedElt
variables
_rawTree