Constant tagua_parser::tokens::XOR [] [src]

pub const XOR: &'static [u8] = b"xor"

The XOR token.

Represent the exclusive disjunction operator, used in a logical expression, e.g. $x xor $y.