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


Predicates on a dll

(dll-p object)
Return t if object is a doubly linked list, otherwise return nil.
(dll-empty dll)
Return t if the doubly linked list dll is empty, nil otherwise.


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