set-operations
Your Set's best friend.
setOps
provides helpful methods for native Javascript Sets such as union, difference, equality and so much more.
The goals of this project is to introduce set theory whilst providing a usable and minimal API.
Operations
- Superset and Subset
- Equality
- Mutually exclusive
- Union
- Complement
- Dyadic difference
- Symmetric difference
- Intersection
- Cartesian product
- Power sets