wayfair / vsm-ios

An iOS framework for the VSM Architecture
MIT License
10 stars 2 forks source link

Mutatingcopyable keypath #41

Closed bdunay3 closed 10 months ago

bdunay3 commented 10 months ago

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