Removes OBJECT from RUCKSACK, i.e. removes object from the rucksack roots (if it is a root) and from all class and slot indexes in which it appears.
(defgeneric rucksack-delete-object (rucksack object)
(:documentation
"Removes OBJECT from RUCKSACK, i.e. removes object from the
rucksack roots (if it is a root) and from all class and slot indexes
in which it appears."))
Source Context