Constant tagua_parser::tokens::BITWISE_NOT [] [src]

pub const BITWISE_NOT: &'static [u8] = b"~"

The BITWISE_NOT token.

Represent the bitwise negation operator, e.g. ~$x.