Shifts lhs right by the given number of bits.
lhs
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
constexpr uint128 operator>>( uint128 lhs, int amount);
The shifted value.