Matrix.isSquare

true if this matrix is a square matrix.

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

Meta