Shifts the bits of a U64 value to the right. Equivalent to the numeric >> operator.
U64
>>
Value to shift.
Number of bits to shift by.
The shifted value.
Shifts the bits of a
U64
value to the right. Equivalent to the numeric>>
operator.