Skip to main content

Chunks

Type Alias Chunks 

Source
pub type Chunks<'a, T> = Windows<'a, T>;
Expand description

Iterator returned by Circular::chunks โ€” the same shape as Windows, stepping by the chunk size instead of 1.

Aliased Typeยง

pub struct Chunks<'a, T> { /* private fields */ }