Collection of tools for list processing, including L_GET (get an item), L_SET (change an item), L_INS (insert an item), L_DEL (remove an item), L_MAP (call a function on each item), ARR2LST (convert vector or matrix to a list), LST2VECT (convert a simple list to a vector), and SPLIT (split a string into a list). |