Struct core::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>
impl<'a, T: Clone + 'a> Clone for Windows<'a, T>
fn clone(&self) -> Windows<'a, T>
fn clone_from(&mut self, source: &Self)
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
).