filter

Function filter 

Source
pub fn filter<Stream, Context, Parser, F>(
    parser: Parser,
    f: F,
) -> Filter<Parser, F>
where Parser: Parse<Stream, Context>, F: Fn(&Parser::Token) -> bool, Context: Contexting<UtilsAtom<Stream>>,
Expand description

Function style version of crate::Utils::filter