Matrix.opOpAssign

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
opOpAssign
(
string op
E
)
(
in E b
)
if (
mixin (`is( typeof( selftype.init ` ~ op ~ ` E.init ) == selftype )`)
)

Meta