Skip to content

An extension of the javascript Set object which contains some actually useful Set operations.

Notifications You must be signed in to change notification settings

strongpauly/BetterSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build Status Coverage Status Dependencies Dev Dependencies

About

An extension of the javascript Set object which contains some actually useful Set operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published