Array.moveAt

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

Precondition: i < length

Complexity: O(1)

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

Meta