file: job.t package: muf status: alpha
True iff the argument is a fixnum, a integer small enough to be reprented as an immediate value instead of as a heap-allocated value.
You should rarely if ever use this predicate, normally you should
use integer?
, the vanilla integer predicate.
Go to the first, previous, next, last section, table of contents.