Matrix.isCompatibleMatrixImpl

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(type, int numCols, int numRows)
nothrow @nogc pure nothrow @nogc pure nothrow @nogc @safe @safe pure nothrow static
void
isCompatibleMatrixImpl
(
int col
int row
)
(
Matrix!(type, col, row) mat
)
if (
(numCols > 1) &&
(numRows > 1)
)

Meta