Struct std::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>
impl<A, T: DoubleEndedIterator<A>> Iterator<A> for Rev<T>
fn next(&mut self) -> Option<A>
fn size_hint(&self) -> (uint, Option<uint>)
fn size_hint(&self) -> (uint, Option<uint>)
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, &Rev<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
).