top | item 39649790 (no title) super_flanker | 2 years ago Reference counting is a garbage collection strategy, otherwise python too would be non-gc language (cpython). discuss order hn newest machinekob|2 years ago ARC is very limited in swift (mostly classes) most of the other types are value types that doesn't use ARC, also most folks don't consider ARC to be GC as there is no garbage to be collected.
machinekob|2 years ago ARC is very limited in swift (mostly classes) most of the other types are value types that doesn't use ARC, also most folks don't consider ARC to be GC as there is no garbage to be collected.
machinekob|2 years ago