Matrix.rowCount

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

Meta