Matrix.isCompatibleVectorImpl

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
static
void
isCompatibleVectorImpl
(
uint d
)
(
Vector!(E, d) vec
)
if (
rows_ >= 1 &&
cols_ >= 1
)

Meta