arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / chunk
fun <A> chunk(ch: Chunk<A>): Stream<A>
fun <A> chunk(ch:
Chunk
<A>):
Stream
<A>
Lifts a Chunk into a Stream
Do you like Arrow?