//arrow-core/arrow.core/Ior/bifoldLeft
common inline fun <C> bifoldLeft(c: C, f: (C, A) -> C, g: (C, B) -> C): C
Do you like Arrow?