gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
LinkedHashMap.opApply
utils
LinkedHasMap
LinkedHashMap
foreach iteration uses opApply.
int
opApply
(int delegate(ref Value) dg)
struct
LinkedHashMap
(Key, Value)
int
opApply
(
scope
int
delegate
(
ref
Value
)
dg
)
int
opApply
(int delegate(ref Key, ref Value) dg)
Meta
Source
See Implementation
utils
LinkedHasMap
LinkedHashMap
functions
clear
dub
get
opApply
opBinaryRight
opEquals
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
rehash
remove
properties
byKey
byValue
empty
keys
length
values
structs
Node
foreach iteration uses opApply.