phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RadixTree.insert
nxt
trie
RadixTree
Insert element
elt
.
bool
insert
(ElementType e)
struct
RadixTree
(K, V, A = Mallocator)
@
nogc
static if
(
RawTree.hasValue
)
bool
insert
(
in
ElementType
e
)
if
(
isTrieableKeyType
!(
K
) &&
isAllocator
!
A
)
bool
insert
(MK key, V value)
bool
insert
(MK key)
Return Value
Type:
bool
true
if
elt.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 element elt.