Changeset 4154 for branches/f4grobner
- Timestamp:
- 2016-06-02T23:46:00-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/priority-queue.lisp
r4153 r4154 53 53 (element-key #'identity)) 54 54 "Fill in the HEAP slot with an instance of a heap. NOTE: This has to 55 be an :AROUND method, so that the slot ELEMENT-TYPE can be 56 initialized in a :BEFORE or :AFTER method of a subclass of 57 PRIORITY-QUEUE." 55 be an :AROUND method, so that the slot ELEMENT-TYPE can be initialized 56 in a :BEFORE or :AFTER method of a subclass of PRIORITY-QUEUE." 58 57 (with-slots (heap (test-x test) element-type) 59 58 (call-next-method)
Note:
See TracChangeset
for help on using the changeset viewer.