arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / fold
inline fun <A> fold(init: A, f: (A, O) -> A): A
Left-folds the elements of this chunk.
Do you like Arrow?