Avatar
@slightair よろしくお願いします。 (edited)
4:42 AM
さっきの Nate Cook さんのメールの内、 Chris Lattner への返信の部分。 The only confusion I've ever seen from users is when deconstruction didn't work enough, like if the parameter was (Int, (Int, Int)) and you couldn't destructure the nested tuple.
4:44 AM
普通にクロージャでもタプルを受けられりゃ問題解決なんだよなぁ。 dictionary.forEach { (key, value) in ... } が問題なんであって、 dictionary.forEach { ((key, value)) in ... } はできていいと思うんだけど。