arrow-core / arrow.core.extensions / ListKUnzip
interface ~~ListKUnzip~~ : Unzip<ForListK>,
ListKZip
Deprecated: Unzip typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.
unzip | open fun <A, B> Kind<ForListK, Tuple2<A, B>>.unzip(): Tuple2<Kind<ForListK, A>, Kind<ForListK, B>> |
Do you like Arrow?
✖