chickadee » srfi-143 » fxarithmetic-shift-right

fxarithmetic-shift-right i countprocedure

The same as fxarithmetic-shift except that a non-negative value of count specifies the number of bits to shift right, and a negative value is an error. This is provided for additional efficiency.