bignum-shift ( x y -- z )


Vocabulary
math.private

Inputs
xa bignum
ya fixnum


Outputs
zan integer


Word description
Primitive version of shift.

Warning
This word does not perform type checking, and passing objects of the wrong type can crash the runtime. User code should call the generic word shift instead.


Definition