Folds over each element of the iterable with a reducer function, returning the result of each step of the fold.
The resulting iterable cannot be reversed, as it would require materialization of the entire input iterable to compute the last value.
type of the item
Folds over each element of the iterable with a reducer function, returning the result of each step of the fold.
The resulting iterable cannot be reversed, as it would require materialization of the entire input iterable to compute the last value.