Constant tagua_parser::tokens::MULTIPLY_AND_ASSIGN [] [src]

pub const MULTIPLY_AND_ASSIGN: &'static [u8] = b"*="

The MULTIPLY_AND_ASSIGN token.

Represent the multiplication assignment operator, e.g. $x *= $y;.