collections-d v0.4.5 (2021-09-21T18:03:52Z)
Dub
Repo
LinkedHashMap.opApply
collections
linkedhashmap
LinkedHashMap
opApply override for foreach
int
opApply
(int delegate(ref E) dg)
int
opApply
(int delegate(K, ref E) dg)
struct
LinkedHashMap
(K, E, alias hashFunc = defaultHash128!(K), alias equal = "a == b", bool retainKeys = false, alias keyEqual = "a == b", bool ovrwrtBhvr = true)
static if
(
retainKeys
)
int
opApply
(
scope
int
delegate
(
K
,
ref
E
)
dg
)
int
opApply
(int delegate(ref E) dg)
int
opApply
(int delegate(HashType, ref E) dg)
Meta
Source
See Implementation
collections
linkedhashmap
LinkedHashMap
aliases
HashType
functions
getPtr
has
opApply
opApplyReverse
opBinaryRight
opIndex
opIndexAssign
remove
toString
properties
length
static functions
makeFunc
static variables
nogcIndexing
variables
_length
last
root
opApply override for foreach