Generic Function: MAP-RUCKSACK-ROOTS

Documentation

Applies a function to all objects in the root set of a rucksack.

Source

(defgeneric map-rucksack-roots (function rucksack)
  (:documentation
 "Applies a function to all objects in the root set of a rucksack."))
Source Context