<bignum> typeType of bignum values. There is no constructor. The type predicate is
bignum?.
<bignum>: <bignum> type-constructor objValidate obj as object of type <bignum> and return it.
<bignum>: <boolean> type-predicate objThe type predicate is bignum?. Return #t if obj is a
<bignum> object, otherwise return #f.
<bignum>: <non-negative-fixnum> hash-function thisThe hash function is bignum-hash.
<bignum>: <bytevector> bytevector thisApply bignum->bytevector to the instance and return its return
value.
<bignum>: <bytevector> odd? thisApply odd? to the instance and return its return value.
<bignum>: <bytevector> even? thisApply even? to the instance and return its return value.