arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / Queue / toChunk
fun toChunk(): Chunk<A>
fun toChunk():
Chunk
<A>
Converts this chunk queue to a single chunk, copying all chunks to a single chunk.
Do you like Arrow?