naif
A naive set library.
Found 82 results for sets
A naive set library.
A JS/TS library that expands upon the functionality of Sets
NodeBB MixCloud Plugin
A simple utility for discovering unique and duplicate lines of text
Return the Cartesian power.
The list of utils for collections
Helper node for javascript collections.
A set of vue plugins simplify life
noted-like-monkey
middleware that iterates over and dispatches actions
A set of useful functions that give easier control over set manipulation
Buckets of unique keys for level.
A dead simple API for Google Sets
Function extensions for JavaScript's built-in Set type
disappear-us1
A set of useful utilities to use in everyday typescript coding life
eXTended JSON - JSON with comments, function calls, mathematical expression evaluation and embedded remote data
To find all the possible combinations of an array
A smart set data structure.
``` 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
Typed Set structure with no dependencies
Static data-set of countries, with additional methods for convenience.