Generics manifesto
Even though Swift 3 provides great Generics features, it is not complete. According to the Generics Manifesto, there are a number of Generics features the standard library requires to fully realize its vision, including "recursive protocol constraints, and the ability to make a constrained extension conform to a new protocol" (that is, an array of Equatable elements is Equatable). Swift 3.0 should provide those Generics features needed by the standard library, because they affect the standard library's application binary interface (ABI).
An ABI is the interface between two program modules, at the level of machine code. An ABI determines how functions are called and in which binary format information should be passed from ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access