Closed bdunay3 closed 10 months ago
This PR adds an additional method to MutatingCopyable that uses KeyPath instead of a closure to mutate a property on a struct and return a new copy of that struct with the modifications. Unit tests included.
Description
This PR adds an additional method to MutatingCopyable that uses KeyPath instead of a closure to mutate a property on a struct and return a new copy of that struct with the modifications. Unit tests included.
Type of Change
Checklist