Copy of this multiplied by other.
other
Vector2 multiplied(Vector2 other) => .new(x * other.x, y * other.y);