collections-d ~master (2021-12-22T13:54:35.687664)
Dub
Repo
HashMap.opApplyReverse
collections
hashmap
HashMap
Implements a simple right-to-left tree traversal.
int
opApplyReverse
(int delegate(ref E) dg)
int
opApplyReverse
(int delegate(HashType, ref E) dg)
struct
HashMap
(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
int
opApplyReverse
(
scope
int
delegate
(
HashType
,
ref
E
)
dg
)
Meta
Source
See Implementation
collections
hashmap
HashMap
aliases
HashType
functions
has
opApply
opApplyReverse
opBinaryRight
opIndex
opIndexAssign
ptrOf
rebalance
toString
properties
length
static functions
makeFunc
static variables
nogcIndexing
Implements a simple right-to-left tree traversal.