[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: types of objects slots



Looking at clos.lsp, I see that (clos::class-direct-slots <class>)
returns a list of slot specs, and if :type was specified for a slot
it's slot spec (a list) contains (:name <slotname> ... :type <type> ...)