Module fold

Source

Structsยง

Fold
Fold is an iterator that applies a function over an iterator producing a single value. This struct is created by the fold() method on ParallelIterator
FoldConsumer ๐Ÿ”’
FoldFolder ๐Ÿ”’
FoldWith
FoldWith is an iterator that applies a function over an iterator producing a single value. This struct is created by the fold_with() method on ParallelIterator
FoldWithConsumer ๐Ÿ”’