Vector.data

if isDynamic

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

Meta