Constant tagua_parser::tokens::MODULO_AND_ASSIGN [] [src]

pub const MODULO_AND_ASSIGN: &'static [u8] = b"%="

The MODULO_AND_ASSIGN token.

Represent the modulus assignment operator, e.g. $x %= $y;.