Vec.data

The internal static array storing the elements of this vector.

struct Vec(T, size_t size)
T[size] data;

Meta