class-direct-slots
Generic Function CLASS-DIRECT-SLOTS
Syntax:
class-direct-slots class => slots
Arguments and values:
class -- A class metaobject.
slots -- List of direct slot definition metaobjects.
Description:
Returns a set of the direct slots of class. The elements of this set are direct slot definition metaobjects. If the class has no direct slots, the empty set is returned. This is the defaulted value of the :direct-slots
initialization argument that was associated with the class during initialization and reinitialization.
Methods: