arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / array
fun <O> array(values: Array<out O>): Chunk<O>
fun <O> array(values:
Array
<out O>):
Chunk
<O>
Creates a chunk backed by an array.
Do you like Arrow?