List Operators¶
List operators work on entire lists as well as the individual values in a list — filtering, mapping, sorting, querying and appending them.
They also cover set operations: SET turns a list into a set by removing duplicates, while UNION, INTERSECTION and SET_DIFFERENCE combine or compare lists as sets.