Function pom::utf8::is_a

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

Success when predicate returns true on current input symbol.