Matrix.rows

Holds the number of columns;

struct Matrix(type, int numCols, int numRows)
static const
int rows;

Meta