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