phobos-next v0.3.8 (2020-08-04T23:11:21Z)
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
aliases
KeyType
RawTree
ValueType
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
opIndex
opIndexAssign
opSlice
prefix
upperBound
structs
TypedElt
variables
_rawTree
Supports K in this syntax.