Module rayon::iter::fold_chunks

source ·

Structs§

  • FoldChunks is an iterator that groups elements of an underlying iterator and applies a function over them, producing a single value for each group.