arrow-core-data / arrow.core / ListK / align

align

fun <A, B> ~~align~~(a: ListK<A>, b: ListK<B>): ListK<Ior<A, B>> Deprecated: ListK is deprecated along side Higher Kinded Types in Arrow. Prefer to simply use kotlin.collections.List instead.Arrow provides extension functions on Iterable to cover all the behavior defined for ListK as extension functions

Do you like Arrow?

Arrow Org
<