Function itertools::adaptors::batching

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

Create a new Batching iterator.