collections-d ~master (2020-04-08T19:11:38Z)
Dub
Repo
TreeMap.opApply
collections
treemap
TreeMap
Implements a simple left-to-right tree traversal.
int
opApply
(
scope
int
delegate
(
ref
E
)
dg
)
int
opApply
(
scope
int
delegate
(
K
,
ref
E
)
dg
)
struct
TreeMap
(K, E, bool nogcIndexing = true, alias less = "a < b")
int
opApply
(
scope
int
delegate
(
K
,
ref
E
)
dg
)
int
opApply
(
scope
int
delegate
(
K
)
dg
)
Meta
Source
See Implementation
collections
treemap
TreeMap
functions
length
opApply
opApplyReverse
opIndex
opIndexAssign
ptrOf
put
rebalance
remove
toString
Implements a simple left-to-right tree traversal.