Mat.rowLength

The number of rows in the matrix.

struct Mat(T, size_t R, size_t C)
enum rowLength = R;

Meta