Matrix.isCompatibleMatrixImpl

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(type, int rows_, int cols_)
@safe pure nothrow static
void
isCompatibleMatrixImpl
(
int r
int c
)
(
Matrix!(mt, r, c) m
)
if (
(rows_ > 0) &&
(cols_ > 0)
)

Meta