Common wants for Lists

I’ve compiled a number of functions (not all my creation) for a few needs people have expressed to manipulate lists. It includes:

  • Ordering a List
  • Repeating a List
  • Creating an “Array” of two Lists (i.e. all pair combinations of the two lists)
  • (Edit) Creating a new list by removing a value at a particular index (originally, I made this when thinking about conditional probability with cards)

List Functions