arrow-core / arrow.core.extensions / NonEmptyListSemigroup / combine
open fun NonEmptyList<A>.combine(b: NonEmptyList<A>): NonEmptyList<A>
Do you like Arrow?