Matrix.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(size_t H, size_t W, E)
pure
static if(isDynamic)
opAssign
(
size_t bH
size_t bW
X
)
(
in Matrix!(bH, bW, X) b
)
if (
allowSomeOp(H, bH) &&
allowSomeOp(W, bW)
&&
is(typeof(E(X.init)))
)

Meta