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
904 stars 105 forks source link

Fix @CasePathable when using Element generic. #183

Closed mbrandonw closed 1 month ago

mbrandonw commented 1 month ago

Fixes #182.