Next: , Previous: List Library Specifics, Up: List Library


6.2.2 List Library Exports

List library objects provide a collection of list handling functions that do not refer a specific list item data type (like the function deleting some list item identified by some list index) and list handling functions that do refer a specific list item data type (like some function inserting some data of some specific data type in the list). The second class of functions refer the implied data type in their names, and thus, for each data type (specified when building the list library object) a function with a unique name is provided.