Avatar
ぉ、{ [weak self] in guard let self = self else { ... } を認める流れ。
2:36 AM
As discussed in this thread, this patch allows "self" to be an identifier bound to self (see added tests for examples), and is useful in closures where self is weakly captured to avoid re...