mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
mir_rci.opOpAssign
mir
rc
array
mir_rci
Implements compound assignment operators (e.g., +=) for reference-counted array elements.
struct
mir_rci
(T)
scope
void
opOpAssign
(
string
op
)
(
ptrdiff_t
index
)
if
(
op
== "-" ||
op
== "+"
)
mir
rc
array
mir_rci
constructors
this
functions
lightConst
lightImmutable
lightScope
opAssign
opBinary
opCmp
opEquals
opIndex
opOpAssign
opSlice
opUnary
variables
_array
_iterator
Implements compound assignment operators (e.g., +=) for reference-counted array elements.