phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
RadixTree.insert
nxt
trie
RadixTree
Insert
key
.
bool
insert
(K key, V value)
bool
insert
(K key)
struct
RadixTree
(K, V)
@
nogc
static if
(!(
RawTree.hasValue
))
bool
insert
(
K
key
)
if
(
isTrieableKeyType
!(
K
)
)
Return Value
Type:
bool
true
if
key
wasn't previously added,
false
otherwise.
Meta
Source
See Implementation
nxt
trie
RadixTree
aliases
KeyType
RawTree
ValueType
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
opIndex
opIndexAssign
opSlice
prefix
upperBound
structs
TypedElt
variables
_rawTree
Insert key.