phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
RadixTree.insert
nxt
trie
RadixTree
Insert
key
.
bool
insert
(K key, V value)
struct
RadixTree
(K, V)
@
nogc
bool
insert
(
in
K
key
,
in
V
value
)
if
(
isTrieableKeyType
!(
K
)
)
bool
insert
(K key)
Return Value
Type:
bool
true
if
key
wasn't previously added,
false
otherwise.
Meta
Source
See Implementation
nxt
trie
RadixTree
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
prefix
upperBound
structs
TypedElt
Insert key.