phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
RadixTree.TypedElt
nxt
trie
RadixTree
Element type with typed key and value.
struct
TypedElt
struct
RadixTree
(K, V)
static if
(
RawTree.hasValue
)
struct
TypedElt {
K
key
;
V
value
;
}
alias
TypedElt
=
K
Members
Variables
key
K
key
;
Undocumented in source.
value
V
value
;
Undocumented in source.
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
Element type with typed key and value.