phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
RawRadixTree.insert
nxt
container
trie
RawRadixTree
RawRadixTree
Insert
key
into
this
tree.
Node
insert
(UKey key, Value value, ElementRef elementRef)
struct
RawRadixTree
pure nothrow @
safe
@
nogc
static if
(
isValue
)
Node
insert
(
UKey
key
,
Value
value
,
out
ElementRef
elementRef
)
Node
insert
(UKey key, ElementRef elementRef)
Meta
Source
See Implementation
nxt
container
trie
RawRadixTree
RawRadixTree
aliases
BranchType
DefaultBranchType
DenseBranchType
ElementRefType
NodeType
RangeType
SparseBranchType
StatsType
ValueType
hasValue
constructors
this
destructors
~this
functions
clear
contains
countHeapNodes
dup
empty
insert
length
matchCommonPrefix
opSlice
prefix
print
root
rootNode
usageHistograms
postblits
this(this)
Insert key into this tree.