| delete-item | |
|---|
| empty! | Removes all items from the container and returns nil. |
|---|
| empty-p | Returns t if there are no items in the container. |
|---|
| insert-item | Adds item to the container |
|---|
| iterate-items | Applies function to each item in the persistent container. |
|---|
| list-of | Returns a non lazy list of items present in the persistent collection. |
|---|
| record-count-of | Returns the number of records in RESULT-SET. |
|---|
| records-of | Returns records of RESULT-SET as a sequence from START index (inclusive, default is 0) to END in... |
|---|
| search-for-item | Hunt for the item in the container. Key and Test are as in member. |
|---|
| setflist-of | Returns a non lazy list of items present in the persistent collection. |
|---|
| size | Returns the number of items currently in the container. |
|---|
| to-list | Converts the result to a list. If FLATP is true then the rows are flattened (useful when they con... |
|---|