Vec.opIndex

struct Vec(T)
nothrow @nogc public ref pure inout
inout(T)
opIndex
(
size_t i
)

Return Value

Type: inout(T)

n-th element.

Meta