Complement
get the complement set from
set1
andset2
.
See
Examples
In the line below we get all elements that are in {3, 2, 7, 5, 2, 2, 3, 4, 5, 6, 1}
but not in {2, 3}
or {4, 6, 27, 23}
.
Of course this would work with lists of arbitrary expressions, not only numbers.
Related terms
Implementation status
- ✅ - full supported