phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RadixTree.opBinaryRight
nxt
trie
RadixTree
Supports
K
in
this
syntax.
struct
RadixTree
(K, V, A = Mallocator)
inout
auto
opBinaryRight
(
string
op
)
(
const
scope
MK
key
)
if
(
op
== "in"
)
if
(
isTrieableKeyType
!(
K
) &&
isAllocator
!
A
)
Meta
Source
See Implementation
nxt
trie
RadixTree
aliases
ElementType
KeyType
MK
ValueType
constructors
this
functions
byKey
byKeyValue
contains
dup
insert
opBinaryRight
opIndex
opIndexAssign
opSlice
prefix
upperBound
structs
E
Supports K in this syntax.