Vector operator /(Vector other)

Source

Vector operator /(Vector other) => new Vector(x / other.x, y / other.y);