fold

inline fun <E, R> MDList<E>.fold(initial: R, operation: (acc: R, E) -> R): R(source)