Returns a new vector that is the component-wise sum of this and o.
o
Vector2D add(Vector2D o) => .vec2(x + o.x, y + o.y);