itertools::adaptors

Function batching

Source
pub fn batching<I, F>(iter: I, f: F) -> Batching<I, F> 
Expand description

Create a new Batching iterator.