pub const POW_AND_ASSIGN: &'static [u8] = b"**=";
The POW_AND_ASSIGN token.
POW_AND_ASSIGN
Represent the power assignment operator, e.g. $x **= $y;.
$x **= $y;