Vector3.opUnary

Invert the members of the vector.

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

Meta