bignum-bitnot ( x -- y )


Vocabulary
math.private

Inputs
xa bignum


Outputs
ya bignum


Word description
Primitive version of bitnot.

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 bitnot instead.


Definition