Constant tagua_parser::tokens::POW_AND_ASSIGN [] [src]

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

The POW_AND_ASSIGN token.

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