Matrix.MatrixType

Undocumented in source.
struct Matrix(T, int RowSize, int ColSize)
alias MatrixType = Matrix!(T, RowSize, ColSize)

Meta