Matrix.rowCount

The number of rows in this matrix.

struct Matrix(Number, size_t _rowCount, size_t _columnCount)
enum rowCount = _rowCount;

Meta