Struct collections::slice::Windows
[−]
[src]
pub struct Windows<'a, T> where T: 'a {
// some fields omitted
}
1.0.0An iterator over overlapping subslices of length size
.