High on iLife @CodaFi_ 5月4日 その他 What do you mean Swift doesn’t have mixed-type arithmetic? let (x : Int, y : Double) = (3, 1) let result = Int + Double // 4
It would be great if we had some kind of community-driven process for cleaning up language edge cases like this