Alias Mat.CompSeq

Alias to a type sequence holding all components

struct Mat
{
  // ...
  alias CompSeq = Repeat!(rowLength*columnLength,T);
  // ...
}