Vector.opUnary

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

Meta