Mat.CompSeq

Alias to a type sequence holding all components

struct Mat(T, size_t R, size_t C)
alias CompSeq = Repeat!(rowLength * columnLength, T)

Meta