dmdscript v2.0.3 (2014-12-13T04:04:19Z)
Dub
Repo
aard.opApply
dmdscript
RandAA
aard
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref V value) dg)
int
opApply
(int delegate(ref K key, ref V value) dg)
struct
aard
(K, V, bool useRandom = false)
int
opApply
(
int
delegate
(
ref
K
key
,
ref
V
value
)
dg
)
Meta
Source
See Implementation
dmdscript
RandAA
aard
aliases
HashMapClass
functions
clear
detach
get
opApply
opIn_r
opIndex
opIndexAssign
remove
properties
allocate
capacity
keys
length
loadRatio
values
variables
imp_