kopykat-kt / kopykat

Little utilities for more pleasant immutable data in Kotlin
Other
283 stars 16 forks source link

Provide original in MutableCopy instances #14

Closed pablisco closed 2 years ago

pablisco commented 2 years ago

When mutating a type we have access to the values of the mutated types. However, there are some cases where we may want to access the original value.

TODO: find a good use case.