keyed-container-mixin | |
---|---|
ordered-container-mixin |
binary-search-tree | |
---|---|
heap-container | |
priority-queue-on-container | |
sorted-dlist-container | A persistently sorted double-linked list |
sorted-list-container | A list container that keeps its items sorted as needed. This uses 'sort' |
key | Initform:(quote identity), Initargs::key; Reader:key. |
---|---|
sorter | Initform:(function <), Initargs::sorter; Accessors:sorter. |
delete-list | Deletes each item in the list from the container. |
---|---|
insert-list | Adds each item in the list to the container in an |
insert-sequence | Adds each item in the sequence to the container in an |
iterate-elements | |
reverse-container | Destructively alters the elements/nodes of an ordered container so that they are reversed. |