phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
RadixTree.opBinaryRight
nxt
trie
RadixTree
Supports
K
in
this
syntax.
struct
RadixTree
(K, V)
inout
auto
opBinaryRight
(
string
op
)
(
in
K
key
)
if
(
op
== "in"
)
if
(
isTrieableKeyType
!(
K
)
)
Meta
Source
See Implementation
nxt
trie
RadixTree
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
prefix
upperBound
structs
TypedElt
Supports K in this syntax.