11/12/2022
•
EN
Combining opaque return types with primary associated types
Explores using Swift 5.7's opaque return types (`some`) with primary associated types to simplify generic protocol returns, reducing the need for manual type erasure.