kopykat-kt / kopykat

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

Inline operations #7

Closed pablisco closed 2 years ago

pablisco commented 2 years ago

I think it would make sense to inline both copy and transform. Especially since it would allow to integrate with coroutines out of the box.

Additionally, if we use generics and we reify, it may be possible to enable nested copies for the generic type. I'm not entirely sure if this last bit is possible. Need to do some digging.

serras commented 2 years ago

Closed by #12