arrow-core / arrow.core.extensions / ConstFoldable / foldLeft
open fun <T, U> ConstOf<A, T>.foldLeft(b: U, f: (U, T) -> U): U
Do you like Arrow?