Structsยง
Fold
is an iterator that applies a function over an iterator producing a single value. This struct is created by thefold()
method onParallelIterator
- Fold
Consumer ๐ - Fold
Folder ๐ FoldWith
is an iterator that applies a function over an iterator producing a single value. This struct is created by thefold_with()
method onParallelIterator
- Fold
With ๐Consumer