ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
HashCollection.opIndexAssign
ae
utils
aa
HashCollection
Same as
set(k, v)
.
IV
opIndexAssign
(IV v, IK k)
struct
HashCollection
(K, V, bool ordered, bool multi)
ref
static if
(
haveIndexing
)
static if
(
haveValues
)
IV
opIndexAssign
()
(
auto
ref
IV
v
,
auto
ref
IK
k
)
IV
opIndexAssign
(IV v, IK k)
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
Same as set(k, v).