Bitwise right-shift-assign this object by the specified rhs.
Set the value of this object to the value of a bitwise right shift of this 128 bit integer shifted by the specified rhs value, and return a reference providing mofifiable access to this object. The behavior is undefined unless 0 <= rhs < 128.
a reference providing modifiable access to this object
| Name | Description |
|---|---|
| rhs | number of bits to shift |