Constant tagua_parser::tokens::BITWISE_OR_AND_ASSIGN [] [src]

pub const BITWISE_OR_AND_ASSIGN: &'static [u8] = b"|="

The BITWISE_OR_AND_ASSIGN token.

Represent the inclusive bitwise disjunction assignment operator, e.g. $x |= $y;.