Returns a list with all objects in the root set of a rucksack. You shouldn't modify this list.
(defgeneric rucksack-roots (rucksack)
(:documentation
"Returns a list with all objects in the root set of a rucksack. You
shouldn't modify this list."))
Source Context