Skip to content

Latest commit

 

History

History

0008-getters-and-key-paths

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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