Matrix.isSquare

struct Matrix(T, ubyte R, ubyte C = R)
enum bool isSquare;

Meta