POW_AND_ASSIGN

Constant POW_AND_ASSIGN 

Source
pub const POW_AND_ASSIGN: &'static [u8] = b"**=";
Expand description

The POW_AND_ASSIGN token.

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