phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
RawRadixTree.containsAt
nxt
trie
RawRadixTree
inout
(
Value
*)
containsAt
(Leaf1!Value curr, UKey key)
inout
(
Value
*)
containsAt
(Node curr, UKey key)
bool
containsAt
(Leaf1!Value curr, UKey key)
bool
containsAt
(Node curr, UKey key)
template
RawRadixTree
(Value = void)
@
safe
pure nothrow @
nogc
@
safe
pure nothrow @
nogc
const @
trusted
bool
containsAt
(
Node
curr
,
UKey
key
)
Return Value
Type:
bool
true
if
key
is stored under
curr
,
false
otherwise.
Meta
Source
See Implementation
nxt
trie
RawRadixTree
aliases
Branch
DenseBranch_PopHist
DenseLeaf1_PopHist
Node
SparseBranch_PopHist
SparseLeaf1_PopHist
functions
containsAt
dupAt
expand
getLeaf1
getPrefix
getSub
getSubCount
insertAt
insertAtAbovePrefix
insertAtBelowPrefix
insertNewAtAbovePrefix
popFrontNPrefix
release
setLeaf1
setPrefix
setSub
split
structs
RawRadixTree
Stats