arrow-core / arrow.core.extensions.list.zip / kotlin.collections.List
zip | fun <A, B> List <A>.~~zip~~(arg1: List <B>): List <Tuple2<A, B>> |
zipWith | fun <A, B, C> List <A>.~~zipWith~~(arg1: List <B>, arg2: (A, B) -> C): List <C> |
Do you like Arrow?
✖