js-collections-set
Python's set data structure for JavaScript. Parent is js-collections.
set('abc').issubset( 'abcd' ) ; // true
This package has moved to @collection-abstraction/set.
Python's set data structure for JavaScript
Python's set data structure for JavaScript. Parent is js-collections.
set('abc').issubset( 'abcd' ) ; // true