phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
RawRadixTree.setSub
nxt
trie
RawRadixTree
Set sub-
Node
of branch
Node curr
at index
ix
to
subNode
.
Branch
setSub
(SparseBranch* curr, UIx subIx, Node subNode)
Branch
setSub
(DenseBranch* curr, UIx subIx, Node subNode)
Branch
setSub
(Branch curr, UIx subIx, Node subNode)
template
RawRadixTree
(Value = void)
@
safe
pure nothrow @
nogc
Branch
setSub
(
Branch
curr
,
UIx
subIx
,
Node
subNode
)
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
Set sub-Node of branch Node curr at index ix to subNode.