non-associative-container-mixin | A non associative container should implement at least empty-p, |
---|
abstract-queue | |
---|---|
abstract-stack | |
classified-container-mixin | A classified container returns some value appropriate to the specific |
contents-as-list-mixin | |
dlist-container | A double-linked list |
sorted-container-mixin | |
vector-container-mixin |
insert-sequence | Adds each item in the sequence to the container in an |
---|---|
reverse-container | Destructively alters the elements/nodes of an ordered container so that they are reversed. |
delete-list | Deletes each item in the list from the container. |
---|---|
insert-list | Adds each item in the list to the container in an |
iterate-elements |