Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 553 Bytes

File metadata and controls

8 lines (5 loc) · 553 Bytes

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