Function parser_c::support::dropWhile [] [src]

pub fn dropWhile<F: Fn(char) -> bool>(cond: F, input: String) -> String