phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RadixTree.E
nxt
trie
RadixTree
Element type.
struct
RadixTree
(K, V, A = Mallocator)
static if
(
RawTree.hasValue
)
struct
E {
K
key
;
V
value
;
}
Members
Variables
key
K
key
;
Undocumented in source.
value
V
value
;
Undocumented in source.
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
Element type.