betterset
v3.0.2
Published
An extension of the javascript Set object which contains useful Set operation methods
Downloads
164
Maintainers
Readme
BetterSet
A simple extension of the inbuilt javascript Set object, adding some set operation functions.
Functions
As well as all the standard javascript functions, the BetterSet adds these set operation functions:
- addAll
- complement
- deleteAll
- difference
- equals
- intersection
- union
It also includes convenience functions which mimic Array behaviour.
- map
- reduce