Next: , Up: built-in numerics fixnums   [Contents][Index]


6.13.10.1 The <fixnum> type

Core Type: <fixnum>
Parent Type: <exact-integer>

Type of fixnum values.

Constructor on <fixnum>: <fixnum> type-constructor obj

Validate obj as object of type <fixnum> and return it.

Type predicate on <fixnum>: <boolean> type-predicate obj

The type predicate is fixnum?. Return #t if obj is a <fixnum> object, otherwise return #f.

Hash function on <fixnum>: <non-negative-fixnum> hash-function this

The hash function is fixnum-hash.