codyze
codyze copied to clipboard
Support set operations
MARK supports lists that can also act as sets. There are cases, where one wants to test, whether something is an element in the list/set or whether to lists contain the same elements.
To this end, MARK should be extended to support set operations:
- [ ] union
- [ ] intersection
- [ ] complement