arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / zip
fun <O2> zip(that: Chunk<O2>): Chunk<Pair<O, O2>>
fun <O2> zip(that:
Chunk
<O2>):
<
Pair
<O, O2>>
Zips this chunk the the supplied chunk, returning a chunk of tuples.
Do you like Arrow?