arrow-core / arrow.core.extensions / IorBifoldable / bifoldLeft
open fun <A, B, C> IorOf<A, B>.bifoldLeft(c: C, f: (C, A) -> C, g: (C, B) -> C): C
Do you like Arrow?