ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
HashCollection.opIndexOpAssign
ae
utils
aa
HashCollection
Perform cumulative operation with value at index.
IV
opIndexOpAssign
(AV v, AK k)
IV
opIndexOpAssign
(VV v, IK k)
struct
HashCollection
(K, V, bool ordered, bool multi)
ref
static if
(
haveIndexing
)
static if
(!(
haveValues
))
IV
opIndexOpAssign
(
string
op
)
(
auto
ref
VV
v
,
auto
ref
IK
k
)
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
Perform cumulative operation with value at index.