Returns the class precedence list of a class. This is an ordered sequence of class and all its superclasses, as described in the Dylan Reference Manual on page 54.
The result sequence should never be destructively modified. Doing so may cause unpredictable behavior. If class is sealed, an implementation may choose to signal an error of type <sealed-object-error> rather than returning the sequence of all superclasses.
sealed
| class | An instance of <class>. |
| sequence | An instance of <sequence>. Each element in the sequence is an instance of <class>. |