Constant tagua_parser::tokens::CONCATENATE_AND_ASSIGN [] [src]

pub const CONCATENATE_AND_ASSIGN: &'static [u8] = b".="

The CONCATENATE_AND_ASSIGN token.

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