Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 519 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 519 Bytes

This directory contains code from Point-Free Episode: The Many Faces of Zip: Part 1

The zip function comes with the Swift standard library, but its utility goes far beyond what we can see there. Turns out, zip generalizes a function that we are all familiar with, and it can unify many seemingly disparate concepts. Today we begin a multipart journey into exploring the power behind zip.