fixnum


Vocabulary
math

Class description
The class of fixnums, which are fixed-width integers small enough to fit in a machine cell. Because they are not heap-allocated, fixnums do not have object identity. Equality of tagged pointer bit patterns is actually value equality for fixnums.

Definition


Methods