collections-d ~master (2021-12-22T13:54:35.687664)
Dub
Repo
LinkedMap.opApply
collections
linkedmap
LinkedMap
opApply override for foreach.
int
opApply
(int delegate(ref E) dg)
int
opApply
(int delegate(K, ref E) dg)
struct
LinkedMap
(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
int
opApply
(
scope
int
delegate
(
K
,
ref
E
)
dg
)
Meta
Source
See Implementation
collections
linkedmap
LinkedMap
functions
has
opApply
opApplyReverse
opBinaryRight
opIndex
opIndexAssign
ptrOf
remove
toString
properties
length
static functions
makeFunc
variables
_length
last
root
opApply override for foreach.