(no title)
adamwk
|
9 months ago
The way to write performant Swift is classless so without ARC, but classes have been necessary for many areas. Recently, Swift’s been leveraging a lot of ownership features similar to Rust to make it possible to do more without classes, and I’d guess Apple teams would be using those
sunnybeetroot|9 months ago
adamwk|9 months ago