“Generic extensions”?
March 24, 2020
Currently in Swift the zip function is implemented similar to this:
// The actual signature/implementation is different than this for performance // reasons, but the end functionality is the same…