Hacker News new | ask | show | jobs
by machinekob 833 days 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.