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