Struct core::slice::WindowsExperimental [-]  [+] [src]

pub struct Windows<'a, T: 'a> {
    // some fields omitted
}

An iterator over overlapping subslices of length size.

Trait Implementations

impl<'a, T> Iterator<&'a [T]> for Windows<'a, T>

fn next(&mut self) -> Option<&'a [T]>

fn size_hint(&self) -> (uint, Option<uint>)

Derived Implementations

impl<'a, T: Clone + 'a> Clone for Windows<'a, T>

fn clone(&self) -> Windows<'a, T>

fn clone_from(&mut self, source: &Self)