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