ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
HashCollection.opApply
ae
utils
aa
HashCollection
Iterate over keys and values.
int
opApply
(int delegate(ref SingleIterationType x) dg)
int
opApply
(int delegate(const ref SingleIterationType x) dg)
int
opApply
(int delegate(K k, ref V v) dg)
struct
HashCollection
(K, V, bool ordered, bool multi)
static if
(
haveValues
)
int
opApply
(
int
delegate
(
K
k
,
ref
V
v
)
dg
)
int
opApply
(int delegate(K k, const ref V v) dg)
Meta
Source
See Implementation
ae
utils
aa
HashCollection
aliases
add
getAll
getOrAdd
set
constructors
this
functions
byKey
byKeyValue
byPair
byValue
byValueOf
clear
count
dup
empty
get
indexOf
indicesOf
length
opApply
opAssign
opBinaryRight
opCast
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
remove
require
update
valuesOf
postblits
this(this)
properties
keys
values
templates
addSetFunc
Iterate over keys and values.