Structsยง
TryFold
is an iterator that applies a function over an iterator producing a single value. This struct is created by thetry_fold()
method onParallelIterator
- TryFoldConsumer ๐
- TryFoldFolder ๐
TryFoldWith
is an iterator that applies a function over an iterator producing a single value. This struct is created by thetry_fold_with()
method onParallelIterator
- TryFoldWithConsumer ๐