Vec.length

The number of components in the vector

struct Vec(T, size_t N)
enum length = N;

Meta