phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
RawRadixTree.insert
nxt
trie
RawRadixTree
RawRadixTree
Insert
key
into
this
tree.
Node
insert
(UKey key, Value value, ElementRef elementRef)
struct
RawRadixTree
@
safe
pure nothrow @
nogc
static if
(
isValue
)
Node
insert
(
UKey
key
,
in
Value
value
,
out
ElementRef
elementRef
)
Node
insert
(UKey key, ElementRef elementRef)
Meta
Source
See Implementation
nxt
trie
RawRadixTree
RawRadixTree
aliases
BranchType
DefaultBranchType
DenseBranchType
ElementRefType
NodeType
RangeType
SparseBranchType
StatsType
ValueType
hasValue
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.