arrow-core / arrow.core.extensions.list.unzip / kotlin.collections.List / unzipWith

unzipWith

@JvmName("unzipWith") fun <A, B, C> List<C>.~~unzipWith~~(arg1: (C) -> Tuple2<A, B>): Tuple2<Kind<ForListK, A>, Kind<ForListK, B>> Deprecated: @extension projected functions are deprecated

Do you like Arrow?

Arrow Org
<