MatrixInfo.check

Ensures that T can store a matrix of _shape shape.

template MatrixInfo(T)
bool
check
if (
isArray!T ||
)

Meta