Next: List Library Reference, Previous: Library Construct Library Reference, Up: Aime Libraries [Index]
The list library objects provide for collections of heterogenous data referable via integer indeces. The list library collections have a mix of array and list functionality, with balanced performance for most operations. They are backed by binary search trees and have O(logN) complexity for trivial operations such as retrieval, modification, deletion or insertion.
The library objects describe one data type, the ‘list’ type.