Avatar
The review of SE-0269: Increase availability of implicit self in @escaping closures when reference cycles are unlikely to occur begins now and runs through November 12, 2019. The proposal is written by @Jumhyn. Reviews are an important part of the Swift evolution process...
7:12 AM
これって、
7:13 AM
let a = obj() let f = { [self = a] in hoge() // call a.hoge } これできんのかな。
7:13 AM
できるなら他の言語のスコープ文みたいな機能が爆誕してる事になる