Matrix.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(T, uint Rows, uint Columns)
opUnary
(
string s
)
()
if (
s == "-"
)
if (
Rows > 0 &&
Columns > 0
)

Meta