Module rayon::iter::fold_chunks_with
source · Structs§
FoldChunksWith
is an iterator that groups elements of an underlying iterator and applies a function over them, producing a single value for each group.
FoldChunksWith
is an iterator that groups elements of an underlying iterator and applies a
function over them, producing a single value for each group.