Vector.elements

Element array.

struct Vector(T, uint N)
pure
T[N] elements;

Meta