Vector.opIndex

Indexing operators yield or modify the value at a specified index.

Precondition: i < length

Complexity: O(1)

struct Vector(T, ALLOC = ThreadMem)
ref const
T
opIndex
(
size_t i
)

Meta