chickadee » foreign » types » unsigned-integer64

integer64type
unsigned-integer64type

A fixnum or bignum, mapping to int64_t or uint64_t. When outside of fixnum range the value will overflow into a bignum. Prior to CHICKEN 5, the value would overflow into a flonum.