Vector.opIndex

Index vector entries, as though it were an array

Throws an exception when the given index is out of range

struct Vector(V, int Size = 0)
V
opIndex
(
uint i
)

Meta