Hacker News new | ask | show | jobs
by jgauth 2095 days ago
Great article. As someone new to Swift and SwiftUI, the lack of official documentation around these function builders is frustrating. The best I could find was a draft proposal [1].

[1]: https://github.com/apple/swift-evolution/blob/9992cf3c11c2d5...

1 comments

Well I think that's because they aren't yet an official part of the language until that proposal is accepted, and Apple is shipping them as a custom extension to Swift that they hope to remove at some point.

Edit: Also the current version of the proposal is here: https://github.com/apple/swift-evolution/blob/master/proposa...