Matrix.empty

True if this matrix is a zero-sized matrix.

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

Meta