arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / zip

zip

fun <O2> zip(that: Chunk<O2>): Chunk<Pair<O, O2>>

Zips this chunk the the supplied chunk, returning a chunk of tuples.

Do you like Arrow?

Arrow Org
<