Previous: Non Data Type Specific Functions, Up: List Library Exports
inserts data of the <type> data type and d value in the last position in the l list
extracts the data in the first position in the l list (assumed of the <type> data type) in the d variable
extracts the data in the p position in the l list (assumed of the <type> data type) in the d variable
retrieves the data in the first position in the l list (assumed of the <type> data type)
inserts data of the <type> data type and d value in the first position in the l list
inserts some reference to the d data in the p position in the l list
inserts (new) data of the <type> data type and some <type> data type specific default value in the p position in the l list
inserts data of the <type> data type and d value in the p position in the l list
retrieves the data in the p position in the l list (assumed of the <type> data type)
replaces the data in the p position in the l list with some data of the <type> data type and d value (the types of the replaces and replacing data do not have to match)
retrieves the data in the last position in the l list (assumed of the <type> data type)
extracts the data in the last position in the l list (assumed of the <type> data type) in the d variable