next up previous

12.16.1.6 Slot Existence

This function returns the symbol TRUE if the specified slot is present class, FALSE otherwise. If the inherit keyword is specified then the slot may be inherited, otherwise it must be directly defined in the specified class.

Syntax

(slot-existp <class> <slot> [inherit])


next up previous