Go to the first, previous, next, last section, table of contents.


Miscellaneous dll operations

(dll-length dll)
Returns the number of elements in the doubly linked list dll.
(dll-sort dll predicate)
Sort the doubly linked list dll, stably, comparing elements using predicate. Returns the sorted list. dll is modified by side effects. predicate is called with two elements of dll, and should return t if the first element is "less" than the second.


Go to the first, previous, next, last section, table of contents.