Constant tagua_parser::tokens::BITWISE_XOR_AND_ASSIGN
[−]
[src]
pub const BITWISE_XOR_AND_ASSIGN: &'static [u8]=b"^="
The BITWISE_XOR_AND_ASSIGN token.
Represent the exclusive bitwise disjunction assignment operator, e.g. $x ^= $y;.