Returns a new vector with unary operator applied to all elements
assert(-Vec2(1, -2) == [-1, 2]);
See Implementation
Returns a new vector with unary operator applied to all elements