Vector2.opUnary

Invert the members of the vector.

struct Vector2(T)
const
opUnary
(
string s
)
()
if (
s == "-"
)
if (
isNumeric!(T) ||
is(T == bool)
)

Meta