(alexandria.0.dev:circular-list &rest elements) | Type: Type designator for circular lists. Implemented as a SATISFIES type, so not recommended for performance intensive use. Main usefullness as the expected-type designator of a TYPE-ERROR.
Function: Creates a circular list of ELEMENTS.
|
| | |
| | |
(alexandria.0.dev:circular-list-p object) | Function: Returns true if OBJECT is a circular list, NIL otherwise.
|
| | |
| | |
(alexandria.0.dev:make-circular-list length &key initial-element) | Function: Creates a circular list of LENGTH with the given INITIAL-ELEMENT.
|
| | |
| | |