phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
RadixTree.this
nxt
container
trie
RadixTree
Undocumented in source.
this
()
struct
RadixTree
(K, V, A = Mallocator)
@
disable
static if
(
stateSize!A != 0
)
this
(
)
if
(
isTrieableKeyType
!(
K
) &&
isAllocator
!
A
)
this
(A alloc)
Meta
Source
See Implementation
nxt
container
trie
RadixTree
aliases
ElementType
KeyType
MK
ValueType
constructors
this
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
opIndex
opIndexAssign
opSlice
prefix
upperBound
structs
E