phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RawRadixTree.setSub
nxt
trie
RawRadixTree
Set sub-
Node
of branch
Node curr
at index
ix
to
subNode
.
Branch
setSub
(A alloc, SparseBranch* curr, UIx subIx, Node subNode)
Branch
setSub
(DenseBranch* curr, UIx subIx, Node subNode)
Branch
setSub
(A alloc, Branch curr, UIx subIx, Node subNode)
template
RawRadixTree
(Value = void, A_)
@
safe
pure nothrow @
nogc
Branch
setSub
(
A
)
(
auto
ref
A
alloc
,
Branch
curr
,
UIx
subIx
,
Node
subNode
)
if
(
isAllocator
!
A_
)
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
Set sub-Node of branch Node curr at index ix to subNode.