dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
RandAA.opApply
dmdscript
RandAA
RandAA
Iterate over keys, values in lockstep.
int
opApply
(int delegate(ref K, ref V) dg)
class
RandAA
(K, V, bool storeHash = shouldStoreHash!(K), bool useRandom = false)
int
opApply
(
int
delegate
(
ref
K
,
ref
V
)
dg
)
int
opApply
(int delegate(ref V_ value) dg)
Meta
Source
See Implementation
dmdscript
RandAA
RandAA
aliases
K_
V_
key_range
value_range
constructors
this
functions
clear
findExistingAlt
free
insertAlt
keyRange
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
rehash
remove
valueRange
values
static functions
getNextP2
structs
KeyValRange
Iterate over keys, values in lockstep.