List extensions library forming a collection of list and string processing commands. Included are a variety of functions for analyzing, manipulating, and editing lists and strings. Most of the commands and functions in the library have been optimized for performance, and are much faster than standard RPL approaches with similar functionality. Includes commands to collate a list of sublists, count objects in a list, remove duplicates from a list, distribute list items into sublists, replace repeated elements with a single instance, replace list elements with a substitute object as indicated, roll the list, subdivide a list into sublists, create a list of integers, shuffle the contents of a list, and much more. |