Vector.opUnary

opUnary [-, +, --, ++] x

struct Vector(T, size_t N)
opUnary
(
string op
)
()
if (
op == "-"
)
if (
isNumeric!T &&
N > 0
)

Meta