mir_rci.opOpAssign

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 == "+"
)