phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RadixTree.contains
nxt
trie
RadixTree
inout
(
V
*)
contains
(MK key)
struct
RadixTree
(K, V, A = Mallocator)
inout @
nogc
static if
(
RawTree.hasValue
)
inout
(
V
*)
contains
(
const
scope
MK
key
)
if
(
isTrieableKeyType
!(
K
) &&
isAllocator
!
A
)
bool
contains
(MK 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
ElementType
KeyType
MK
ValueType
constructors
this
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
opIndex
opIndexAssign
opSlice
prefix
upperBound
structs
E