Matrix.opUnary

struct Matrix(size_t H, size_t W, E)
pure
opUnary
const
(
string op
)
(
)
if (
op == "-" &&
is(typeof(E.init * (-1)))
)

Meta