Function group list_producers

Functions to create lists Function group has those functions and groups:

  • Function range - Create a new list with items from 0 to the second argument.
  • Function zip - Zip a few list into a new list.
  • Function cross - Join a few list (i.e. Cartesian product) into a new list.

Use additional help with a function name to see more details about the function.