pointfreeco / swift-case-paths

🧰 Case paths extends the key path hierarchy to enum cases.
https://www.pointfree.co/collections/enums-and-structs/case-paths
MIT License
921 stars 108 forks source link

Add CasePathed protocol #111

Closed finestructure closed 1 year ago

finestructure commented 1 year ago

This is a small PR accompanying discussion #93

I found the playground where I'd played around with this while cleaning up 😅 and wanted to see if there's interest to add it!