Vector.opIndex

Access the ith element. Can throw RangeError.

struct Vector(E, Allocator = typeof(theAllocator))
ref return scope inout
inout(E)
opIndex
(
long i
)
if (
isAllocator!Allocator
)

Meta