Reading List
Swift Proposal: Value and Type Parameter Packs from Michael Tsai RSS feed.
Swift Proposal: Value and Type Parameter Packs
SE-0393: Many modern Swift libraries include ad-hoc variadic APIs with an arbitrary upper bound, typically achieved with overloads that each have a different fixed number of type parameters and corresponding arguments. Without variadic generic programming support in the language, these ad-hoc variadic APIs have a significant cost on library maintenance and the developer experience of […]