Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 506 Bytes

File metadata and controls

5 lines (4 loc) · 506 Bytes

This directory contains code from Point-Free Episode: Observation: The Future

We’ve explored the present state of observation in Swift, so what’s the future have in store? Currently, observation is restricted to classes, while one of Swift’s most celebrated features, value types, is left out in the cold. Let’s explore a future in which observation is extended to value types.