Create an operator-based copy.
Vector2 operator +(Vector2 other) => Vector2(x + other.x, y + other.y);