Constant tagua_parser::tokens::BOOLEAN_NOT [] [src]

pub const BOOLEAN_NOT: &'static [u8] = b"!"

The NOT token.

Represent the boolean negation operator, e.g. !$x.