This directory contains code from Point-Free Episode: Composable Navigation: Stack vs Heap
We take a detour to learn about the stack, the heap, copy-on-write, and how we can use this knowledge to further improve our navigation tools by introducing of a property wrapper.