Vector.opUnary

struct Vector(size_t N, T)
pure const
opUnary
(
string op
)
()
if (
op == "-" &&
is(typeof(T.init * (-1)) : T)
)

Meta