Vector2.opNeg

Returns a negated copy of this Vector.

struct Vector2(T)
@nogc
opNeg
const pure nothrow
(
)
if (
isNumeric!(T)
)

Meta