Previous: built-in numerics exact-integer non-positive, Up: built-in numerics exact-integer [Contents][Index]
<non-negative-exact-integer>
typeType of non–negative exact integers. Its definition is equivalent to:
(define-type <non-negative-exact-integer> (or <non-negative-fixnum> <positive-bignum>))