Go to the first, previous, next, last section, table of contents.


fixnum?

Function: fixnum?
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.

See section fixnum?. See section integer?.


Go to the first, previous, next, last section, table of contents.