arrow-core / arrow.core.extensions / ListKZip / zip
open fun <A, B> Kind<ForListK, A>.zip(other: Kind<ForListK, B>): Kind<ForListK, Tuple2<A, B>>
Do you like Arrow?