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