Vector.opIndex

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

Precondition: i < length

Complexity: O(1)

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

Meta