Struct std::slice::WindowsExperimental
[-]
[+]
[src]
pub struct Windows<'a, T: 'a> { // some fields omitted }
An iterator over overlapping subslices of length size
.
pub struct Windows<'a, T: 'a> { // some fields omitted }
An iterator over overlapping subslices of length size
.
impl<'a, T> Iterator<&'a [T]> for Windows<'a, T>
fn next(&mut self) -> Option<&'a [T]>
fn size_hint(&self) -> (uint, Option<uint>)
fn size_hint(&self) -> (uint, Option<uint>)
impl<'a, T: Clone + 'a> Clone for Windows<'a, T>
fn clone(&self) -> Windows<'a, T>
fn clone_from(&mut self, &Windows<'a, T>)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).