Structsยง
- Fold
Chunks FoldChunksis an iterator that groups elements of an underlying iterator and applies a function over them, producing a single value for each group.
FoldChunks is an iterator that groups elements of an underlying iterator and applies a
function over them, producing a single value for each group.