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.
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.