All List Construction Functions

Difference Function (the difference between two lists)
Flatten Function (turn a list of lists into a flat list)
Intersect Function (the intersection of two lists)
Join Function (join two lists together)
List Function (construct a list of values)
To Operator (construct a list of whole numbers)
Union Function (the union of two lists)

Related content