Vector2.opNeg

Returns a negated copy of this Vector.

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

Meta