The extension function
public fun <T> MutableStateFlow<T>.updateCopy(block: Copy<T>.() -> Unit)
is useful outside of Android's compose library. I suggest to move it from arrow-optics-compose to the arrow-optics library for those who do not use compose.
The extension function
is useful outside of Android's compose library. I suggest to move it from
arrow-optics-composeto thearrow-opticslibrary for those who do not use compose.