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