phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RadixTree.insert
nxt
trie
RadixTree
Insert
key
with
value
.
bool
insert
(ElementType e)
bool
insert
(MK key, V value)
struct
RadixTree
(K, V, A = Mallocator)
@
nogc
static if
(
RawTree.hasValue
)
bool
insert
(
const
scope
MK
key
,
V
value
)
if
(
isTrieableKeyType
!(
K
) &&
isAllocator
!
A
)
bool
insert
(MK key)
Return Value
Type:
bool
true
if
key
wasn't previously added,
false
otherwise.
Meta
Source
See Implementation
nxt
trie
RadixTree
aliases
ElementType
KeyType
MK
ValueType
constructors
this
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
opIndex
opIndexAssign
opSlice
prefix
upperBound
structs
E
Insert key with value.