Swift Protocols With Associated Types
Alexis Gallagher gave a great conference talk about Swift protocols with associated types, which he calls PATs. They are very weird compared with regular protocols in Swift or Objective-C, and he explains why that is and why they don’t use generic protocol syntax.
See also: An Extended Comparative Study of Language Support for Generic Programming (PDF).
Previously: Swift Protocols.
1 Comment
Stay up-to-date by subscribing to the Comments RSS Feed for this post.
[…] Previously: Swift Protocols With Associated Types. […]