arrow-core-data / arrow.core / kotlin.collections.Iterable / salign
fun <A> Iterable<A>.salign(SG: Semigroup<A>, other: Iterable<A>): Iterable<A>
fun <A>
Iterable
<A>.salign(SG:
Semigroup
<A>, other:
<A>):
<A>
aligns two structures and combine them with the given Semigroup.combine
Do you like Arrow?