Struct std::iter::SkipWhileStable [-]  [+] [src]

pub struct SkipWhile<A, I, P> {
    // some fields omitted
}

An iterator that rejects elements while predicate is true

Trait Implementations

impl<A, I, P> Clone for SkipWhile<A, I, P>

fn clone(&self) -> SkipWhile<A, I, P>

fn clone_from(&mut self, &SkipWhile<A, I, P>)

impl<A, I, P> Iterator<A> for SkipWhile<A, I, P>

fn next(&mut self) -> Option<A>

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

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