Next: , Previous: , Up: Aime Libraries   [Index]


7.21 Decq Library

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.