collections-d v0.4.2 (2021-05-10T18:17:40Z)
Dub
Repo
HashMap.opApplyReverse
collections
hashmap
HashMap
Implements a simple right-to-left tree traversal.
int
opApplyReverse
(int delegate(ref E) dg)
struct
HashMap
(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
int
opApplyReverse
(
scope
int
delegate
(
ref
E
)
dg
)
int
opApplyReverse
(int delegate(HashType, ref E) dg)
Meta
Source
See Implementation
collections
hashmap
HashMap
aliases
HashType
functions
opApply
opApplyReverse
opIndex
opIndexAssign
ptrOf
rebalance
toString
properties
length
static functions
makeFunc
static variables
nogcIndexing
Implements a simple right-to-left tree traversal.