phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RadixTree.opIndexAssign
nxt
trie
RadixTree
Undocumented in source. Be warned that the author may not have intended to support it.
struct
RadixTree
(K, V, A = Mallocator)
static if
(
RawTree.hasValue
)
auto
opIndexAssign
(
V
value
,
const
scope
MK
key
)
if
(
isTrieableKeyType
!(
K
) &&
isAllocator
!
A
)
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