not

Function not 

Source
pub fn not<Stream, Context, Parser>(parser: Parser) -> Not<Parser>
where Stream: Clone, Context: Contexting<NotAtom<Parser::Token, Stream>>, Parser: Parse<Stream, Context>,
Expand description

Function style version of crate::Utils::not