functions/fold library

Functions

fold<T, E>(T initialValue, T combine(T previousValue, E element), Iterable<E> iterable) → T