Generic Function: RUCKSACK-DELETE-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

(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