combineAll

open fun combineAll(M: Monoid<A>, source: S): A

Deprecated

use fold instead

Replace with

fold(M, source)

Alias for fold.