Array.opIndexOpAssign

Indexing operators yielding or modifyng the value at the specified index.

Precondition: i < length

Complexity: O(1)

struct Array(T)
void
opIndexOpAssign
(
string op
)
(
bool value
,
size_t i
)
if (
is(Unqual!T == bool)
)

Meta