Avatar
func foo(_ f: ((Int, Int)) -> Void) {} foo { (x, y) in print(x, y) } ごめん逆だった。タプル1つの関数を受け取るところに、複数引数の関数を渡せる。これは関係ないですね。