Alias Vec.CompSeq

Alias to a type sequence holding all components

struct Vec
{
  // ...
  alias CompSeq = Repeat!(N,T);
  // ...
}