Performs a left bitwise rotation on a given number.
The number to rotate.
The number of bits to rotate to the left.
Optional
The total number of bits to consider for the rotation (defaults to 32).
The result of rotating n to the left by bits positions within totalBits bits.
n
bits
totalBits
4.0.0
2025-06-27
Performs a left bitwise rotation on a given number.