[][src]Function gobble::skip::skip_while

pub fn skip_while<F: Fn(char) -> bool>(f: F, min: usize) -> Skip<F>