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


stack?

Function: stack?
file: job.t
package: muf
status: tentative

True iff the argument is an instance of Class Stack. (Specifically not true if it is an instance of one of the more specialized types of stacks.)

NOTE: Stacks may get merged in with arrays, since CommonLisp arrays have stackpointers.


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