Vector.data

Vector data

struct Vector(T, size_t N)
T[N] data;

Meta