VocabularymathClass descriptionThe 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.
DefinitionMethods