Documentation
Compares the current class index for CLASS to the class index
that's specified in the :INDEX class option of CLASS. An obsolete
class index (i.e. a class index that's specified anymore in the class
option) is removed, new class indexes are added.
Source
(defgeneric rucksack-update-class-index (rucksack class)
(:documentation
"Compares the current class index for CLASS to the class index
that's specified in the :INDEX class option of CLASS. An obsolete
class index (i.e. a class index that's specified anymore in the class
option) is removed, new class indexes are added."))
Source Context