Constant tagua_parser::tokens::BITWISE_XOR [] [src]

pub const BITWISE_XOR: &'static [u8] = b"^"

The BITWISE_XOR token.

Represent the exclusive bitwise disjunction operator, e.g. $x ^ $y.