collections-d v0.4.5 (2021-09-21T18:03:52Z)
Dub
Repo
TreeMap.opBinaryRight
collections
treemap
TreeMap
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinaryRight
(K key)
struct
TreeMap
(K, E, bool nogcIndexing = true, alias less = "a < b")
@
nogc
@
safe
pure nothrow
static if
(
E.stringof != "void"
)
static if
(
nogcIndexing
)
auto
opBinaryRight
(
string
op
K
)
(
const
K
key
)
auto
opBinaryRight
(K key)
auto
opBinaryRight
(T key)
Meta
Source
See Implementation
collections
treemap
TreeMap
constructors
this
functions
has
hasRange
opApply
opApplyReverse
opBinary
opBinaryRight
opIndex
opIndexAssign
opOpAssign
ptrOf
put
rebalance
remove
removeByElem
toString
properties
arrayOf
length
static functions
makeFuncTM
makeFuncTS