Expand description
<lqd> bikeshedding the name: something that is mapped folded and collected, a 🥐
This crate offers a new parallel iterator adapter which allows you to mapfold an iterator and reduce the result of the folds into a given mutable reference.
See ParallelIteratorExt::mapfold_reduce_into for more information.
Structs§
- Mapfold
Reduce MapfoldReduceis an iterator that transforms the elements of an underlying iterator.
Traits§
- Parallel
Iterator Ext - Extension methods for rayon’s parallel iterators.