Adds the object id of OBJECT to the class index for the class designated by CLASS-DESIGNATOR. If there is no such class index, it does nothing.
(defgeneric rucksack-maybe-index-new-object (rucksack class-designator object)
(:documentation
"Adds the object id of OBJECT to the class index for the class
designated by CLASS-DESIGNATOR. If there is no such class index, it
does nothing."))
Source Context