Changeset 4157 for branches/f4grobner
- Timestamp:
- 2016-06-02T23:49:12-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/priority-queue.lisp
r4156 r4157 44 44 :documentation "The partial order used in element comparison.") 45 45 (heap :documentation "A private slot holding the heap.")) 46 (:documentation "Representa a priority queue based on heaps. 47 Slots HEAP and TEST are read-only after they are initialized.")) 46 (:documentation "Represents a priority queue based on heaps. Slots 47 HEAP and TEST are read-only after they are initialized. The slot 48 ELEMENT-TYPE can be overriden in subclasses, by initializing it in 49 a :BEFORE or an :AFTER method.")) 48 50 49 51
Note:
See TracChangeset
for help on using the changeset viewer.