collections-d v0.4.5 (2021-09-21T18:03:52Z)
Dub
Repo
TreeMap.opApply
collections
treemap
TreeMap
Implements a simple left-to-right tree traversal by depth.
int
opApply
(int delegate(ref E) dg)
int
opApply
(int delegate(K, ref E) dg)
int
opApply
(int delegate(K) dg)
struct
TreeMap
(K, E, bool nogcIndexing = true, alias less = "a < b")
static if
(!(
E.stringof != "void"
))
int
opApply
(
scope
int
delegate
(
K
)
dg
)
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
Implements a simple left-to-right tree traversal by depth.