Datasets functions
Index of the built-in functions of the Datasets group
| Intersect | Returns the elements contained in both lists |
| SetDiff | Returns the elements that are only in the first and not in the second list |
| SetXor | Returns the elements contained in only one of the two lists |
| Union | Returns all elements contained in one or both lists |
| Unique | Returns a list in which each element of the argument is contained only once |
|
|
|
|