Array.opIndex

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

Precondition: i < length

Complexity: O(1)

struct Array(T)
bool
opIndex
(
size_t i
)
if (
is(immutable T == immutable bool)
)

Meta