Shifts the bits of a U64 value to the left. Equivalent to the numeric << operator.
U64
<<
Value to shift.
Number of bits to shift by.
Whether to allow overflow in the most significant block.
The shifted value.
Shifts the bits of a
U64value to the left. Equivalent to the numeric<<operator.