Matrix.columnCount

The number of columns in this matrix.

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

Meta