chickadee
»
bitwise-utils
»
arithmetic-shift-left
Identifier search
arithmetic-shift-left
N1
N2
procedure
Returns left shift of
N1
by
N2
bits.
N1
integer
; what to shift.
N2
fixnum
; amount to shift.
Aliases
arithmetic-shift
.