Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 451 Bytes

File metadata and controls

10 lines (7 loc) · 451 Bytes

Point-Free Episode #8

Getters and Key Paths

Key paths aren’t just for setting. They also assist in getting values inside nested structures in a composable way. This can be powerful, allowing us to make the Swift standard library more expressive with no boilerplate.

This directory contains code from Point-Free Episode #8: Getters and Key Paths