Adore the manual protocol witness table example in the QuickCheck chapter of the Functional Swift book: objc.io/books/
Conversation
What the blankety blank IS a protocol witness table, already?
1
Replying to
@ameaijou A structure used to represent some kinds of polymorphism (think fancy vtable): which impl do I use to match a given argument?

