Generic Function: RUCKSACK-MAP-SLOT-INDEXES

Documentation

FUNCTION must take three arguments: a class name, a slot name and a slot index. It is called for all slot indexes in the specified rucksack. CLASS defaults to T, meaning all classes. INCLUDE-SUBCLASSES defaults to T.

Source

(defgeneric rucksack-map-slot-indexes (rucksack function
                                       &key class include-subclasses)
  (:documentation
   "FUNCTION must take three arguments: a class name, a slot name and
a slot index.  It is called for all slot indexes in the specified
rucksack.
  CLASS defaults to T, meaning all classes.
  INCLUDE-SUBCLASSES defaults to T."))
Source Context