Matrix.rowCount

struct Matrix(T, ubyte R, ubyte C = R, MatrixOrder O = CurrentMatrixOrder)
enum rowCount = R;

Meta