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