phobos-next ~master (2022-05-18T09:58:38.2169964)
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, A_)
@
safe
pure nothrow @
nogc
const @
trusted
static if
(!(
isValue
))
bool
containsAt
(
Node
curr
,
UKey
key
)
if
(
isAllocator
!
A_
)
Return Value
Type:
bool
true
if
key
is stored under
curr
,
false
otherwise.
Meta
Source
See Implementation
nxt
trie
RawRadixTree
aliases
Branch
DefaultBranch
DenseBranch_PopHist
DenseLeaf1_PopHist
Node
SparseBranch_PopHist
SparseLeaf1_PopHist
SubCount
functions
containsAt
countHeapNodesAt
expand
getLeaf1
getPrefix
getSub
getSubCount
insertAt
insertAtAbovePrefix
insertAtBelowPrefix
insertAtLeaf
insertAtLeaf1
insertAtSubNode
insertIxAtLeaftoLeaf
insertNew
insertNewAtAbovePrefix
insertNewAtBelowPrefix
insertNewBranch
isHeapAllocatedNode
matchCommonPrefixAt
popFrontNPrefix
prefixAt
printAt
release
setLeaf1
setPrefix
setSub
split
treedup
manifest constants
isValue
structs
IxSub
RawRadixTree
Stats