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