fold

inline fun <R> Buffer<T>.fold(initial: R, operation: A.(acc: R, T) -> R): R(source)