Class Identity-Ordering-Mixin
A mixin class for classes whose instances will be used in FSet collections,
and for which the appropriate equivalence relation is identity (eq).
This is the right choice for the vast majority of mutable classes.
Slot
| next-serial-number | Initform:'0; Allocation:class. |
|---|
| serial-number | |
|---|
Direct Method
| compare | Returns one of :less, :greater, :equal, or :unequal according as x is less than, greate... |
|---|