phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RadixTree.contains
nxt
trie
RadixTree
inout
(
V
*)
contains
(MK key)
bool
contains
(MK key)
struct
RadixTree
(K, V, A = Mallocator)
inout nothrow @
nogc
static if
(!(
RawTree.hasValue
))
bool
contains
(
const
scope
MK
key
)
if
(
isTrieableKeyType
!(
K
) &&
isAllocator
!
A
)
Return Value
Type:
bool
true
if
key
is stored,
false
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