Search results

4 packages found

Javascript Set operations

published 2.1.2 5 months ago
M
Q
P

Javascript Set operations

published 2.0.2 2 years ago
M
Q
P

``` npm i @sndmath/set ``` ## Import ``` import { SndSet } from '@sndmath/set'; ``` ## Union ``` let v = [2, 4, 4, 5, 17, 'lulu']; let s0 = new SndSet(v); v = [3, 14, 14, 5, 9, 17]; let s1 = new SndSet(v); let s2 = Array.from(SndSet.union(s0, s1)); consol

published 1.0.2 a year ago
M
Q
P

Standard set operations missing in ES6

published 1.2.0 7 years ago
M
Q
P