phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
RawRadixTree.Node
nxt
trie
RawRadixTree
Mutable node.
template
RawRadixTree
(Value = void)
alias
Node
=
WordVariant
!(
OneLeafMax7
,
TwoLeaf3
,
TriLeaf2
,
HeptLeaf1
,
SparseLeaf1
!
Value
*,
DenseLeaf1
!
Value
*,
SparseBranch
*,
DenseBranch
*)
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
Mutable node.