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


|tsortMos

Function: |tsortMos { [] -> [] tOrNil }
file: job.t
package: muf
status: alpha

The |tsortMos prim is a specialization of the |tsort prim: It sorts only instances of class mosClass, and it uses an algorithm which breaks ties according to the requirements of Common Lisp the Language 2nd Ed section 28.1.5.1 (page 784), resulting in a uniquely determined ordering.

(The |tsortMos prim is provided as support for implementation of ]defclass and is unlikely to be of any other use.)

See section |tsort.


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