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