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