Type Alias BatchIter

Source
pub type BatchIter<I> = Chain<IntoIter<<I as Iterator>::Item>, Take<I>>;

Aliased Typeยง

struct BatchIter<I> { /* private fields */ }