Constant tagua_parser::tokens::ADD_AND_ASSIGN [] [src]

pub const ADD_AND_ASSIGN: &'static [u8] = b"+="

The ADD_AND_ASSIGN token.

Represent the addition assignment operator, e.g. $x += $y;.