Skip to content

Latest commit

 

History

History

0015-setters-pt-3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Point-Free Episode #15

Setters: Ergonomics & Performance

Functional setters can be very powerful, but the way we have defined them so far is not super ergonomic or performant. We will provide a friendlier API to use setters and take advantage of Swift's value mutation semantics to make setters a viable tool to bring into your code base today.

This directory contains code from Point-Free Episode #15: Setters: Ergonomics & Performance