Next: The Integer Set Library, Previous: The Record Library, Up: Libraries [Index]
The double ended queue library describes one ‘decq’ sequence type with ends only access. ‘decq’ objects are heterogenous collections, storing data of any type.
The sequences are backed by unrolled link lists and have O(1) complexity for ends operations.