Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No, the SO post is accurate—it’s trivially easy to create strong reference cycles in Swift and @escaping annotation is only of limited use in detecting strong reference cycles. Though Swift also broadly pushes towards the use of value types for which creating reference cycles of any kind is impossible since they’re values, not references!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: