lsh
lsh is a built-in function in `C source code
'.
(lsh VALUE COUNT)
Return VALUE with its bits shifted left by COUNT.
If COUNT is negative, shifting is actually to the right.
In this case, zeros are shifted in on the left.
C source code
'.
(lsh VALUE COUNT)
Return VALUE with its bits shifted left by COUNT.
If COUNT is negative, shifting is actually to the right.
In this case, zeros are shifted in on the left.