phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
RawRadixTree.setLeaf1
nxt
container
trie
RawRadixTree
Set direct leaves node of node
curr
to
leaf1
.
template
RawRadixTree
(Value = void, A_)
pure nothrow @
safe
@
nogc
void
setLeaf1
(
Branch
curr
,
Leaf1
!
Value
leaf1
)
if
(
isAllocator
!
A_
)
Meta
Source
See Implementation
nxt
container
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 direct leaves node of node curr to leaf1.