arrow-core / arrow.core.extensions.listk.zip / arrow.Kind
zip | fun <A, B> Kind<ForListK, A>.~~zip~~(arg1: Kind<ForListK, B>): ListK<Tuple2<A, B>> |
zipWith | fun <A, B, C> Kind<ForListK, A>.~~zipWith~~(arg1: Kind<ForListK, B>, arg2: (A, B) -> C): ListK<C> |
Do you like Arrow?
✖