Constant tagua_parser::tokens::SUBTRACT_AND_ASSIGN [] [src]

pub const SUBTRACT_AND_ASSIGN: &'static [u8] = b"-="

The SUBTRACT_AND_ASSIGN token.

Represent the subtraction assignment operator, e.g. $x -= $y;.