Vec.CompSeq

Alias to a type sequence holding all components

struct Vec(T, size_t N)
alias CompSeq = Repeat!(N, T)

Meta