Array.opIndexAssign

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

Precondition: i < length

Complexity: O(1)

struct Array(T)
void
opIndexAssign
(
bool value
,
size_t i
)
if (
is(immutable T == immutable bool)
)

Meta