[][src]Function glsp::skip_while

pub fn skip_while(callable: &Callable, base: &Root<GIter>) -> Root<GIter>

Notable traits for Root<GIter>

impl Iterator for Root<GIter> type Item = Result<Val, GError>;

Equivalent to (skip-while f base).