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.
See Application Defined Types.
• List Library Specifics: | What | |
• List Library Exports: | Very what | |
• List Library Security Concerns: | Why and when not | |
• List Library Usage Mechanics: | How | |
• List Library Data Type Introduction: | Clues |