phobos-next v0.3.5 (2020-07-23T15:01:39Z)
Home
Dub
Repo
RadixTree.byKeyValue
nxt
trie
RadixTree
AA-style key-value range.
struct
RadixTree
(K, V)
@
nogc
static if
(
RawTree.hasValue
)
Range
byKeyValue
(
)
if
(
allSatisfy
!(
isTrieableKeyType
,
K
)
)
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
AA-style key-value range.