phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RadixTree.this
nxt
trie
RadixTree
Use the given
allocator
for allocations.
this
()
this
(A alloc)
struct
RadixTree
(K, V, A = Mallocator)
static if
(
stateSize!A != 0
)
this
(
A
alloc
)
in (alloc !is null)
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
Use the given allocator for allocations.