The library (vicare containers stacks)
implements stacks holding
arbitrary Scheme objects and designed for efficient last–in/first–out
operations.
• stacks objects: | Stack objects. | |
• stacks inspection: | Inspecting stack objects. | |
• stacks access: | Stack accessors and mutators. | |
• stacks folding: | Folding over stacks. | |
• stacks mapping: | Mapping over stacks. | |
• stacks searching: | Searching in stacks. | |
• stacks filtering: | Filtering in stacks. | |
• stacks conversion: | Converting stacks to other objects. | |
• stacks iteration thunks: | Stack iteration thunks. | |
• stacks misc: | Miscellaneous operations on stacks. |