phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
RadixTree.TypedElt
nxt
trie
RadixTree
Element type with typed key and value.
struct
RadixTree
(K, V)
struct
TypedElt {
K
key
;
V
value
;
}
Meta
Source
See Implementation
nxt
trie
RadixTree
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
prefix
upperBound
structs
TypedElt
Element type with typed key and value.