Matrix.isCompatibleVectorImpl

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

Meta