ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
HashCollection.opApply
ae
utils
aa
HashCollection
Iterate over keys (sets).
int
opApply
(int delegate(ref V) dg)
int
opApply
(int delegate(const ref V) dg)
int
opApply
(int delegate(KeyIterationType!(false, false)) dg)
struct
HashCollection
(K, V, bool ordered, bool multi)
static if
(!(
haveValues
))
static if
(
needIter!(false, false)
)
int
opApply
(
scope
int
delegate
(
KeyIterationType
!(false, false)
)
dg
)
int
opApply
(int delegate(KeyIterationType!(true, false)) dg)
int
opApply
(int delegate(ref KeyIterationType!(false, true)) dg)
int
opApply
(int delegate(ref KeyIterationType!(true, true)) dg)
int
opApply
(int delegate(KeyIterationType!(false, false), ref V) dg)
int
opApply
(int delegate(KeyIterationType!(true, false), const ref V) dg)
int
opApply
(int delegate(ref KeyIterationType!(false, true), ref V) dg)
int
opApply
(int delegate(ref KeyIterationType!(true, true), const ref V) dg)
Meta
Source
See Implementation
ae
utils
aa
HashCollection
aliases
add
getAll
getOrAdd
items
set
constructors
this
functions
byKey
byKeyValue
byPair
byRef
byValue
byValueOf
clear
count
dup
empty
get
indexOf
indicesOf
length
opApply
opAssign
opBinaryRight
opCast
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
remove
require
toAA
update
valuesOf
postblits
this(this)
properties
keys
values
templates
_addSetFunc
Iterate over keys (sets).