Avatar
What do you mean Swift doesn’t have mixed-type arithmetic? let (x : Int, y : Double) = (3, 1) let result = Int + Double // 4
12:18 AM
これ動くの謎ですねw