Next: Decq Library Reference, Previous: Record Library Reference, Up: Aime Libraries [Index]
The decq library objects provide interfaces concerned with operating heterogenous sequences with ends access (double ended queues). The sequences are backed by unrolled link lists and have O(1) complexity for ends operations.
The library objects describe one data type, the ‘decq’ type.
See Application Defined Types.
• Decq Library Specifics: | What | |
• Decq Library Exports: | Very what | |
• Decq Library Security Concerns: | Why and when not | |
• Decq Library Usage Mechanics: | How | |
• Decq Library Data Type Introduction: | Clues |