Struct core::iter::RevStable
[-]
[+]
[src]
pub struct Rev<T> { // some fields omitted }
An double-ended iterator with the direction inverted
pub struct Rev<T> { // some fields omitted }
An double-ended iterator with the direction inverted
impl<A, T: ExactSizeIterator<A>> ExactSizeIterator<A> for Rev<T>
fn rposition<P>(&mut self, predicate: P) -> Option<uint> where P: FnMut(A) -> bool
fn len(&self) -> uint
impl<A, T: DoubleEndedIterator<A>> Iterator<A> for Rev<T>
impl<A, T: DoubleEndedIterator<A>> DoubleEndedIterator<A> for Rev<T>
impl<A, T: DoubleEndedIterator<A> + RandomAccessIterator<A>> RandomAccessIterator<A> for Rev<T>
impl<T: Clone> Clone for Rev<T>
fn clone(&self) -> Rev<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
).