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