Shifts this value left by the given number of bits in place.
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
uint128& operator<<=(int amount);
A reference to this uint128.
uint128