Function pom::utf8::not_a

source ·
pub fn not_a<'a, F>(predicate: F) -> Parser<'a, char>
where F: Fn(char) -> bool + 'a,
Expand description

Success when predicate returns false on current input symbol.