es6-set
Set data structure
A polyfill implementation of the Set data structure as specified in ECMAScript 6
Set collection as specified in ECMAScript 6
46 stars
3 watching
9 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
medikoo/es6-symbol | A polyfill for ECMAScript 6 Symbol feature to provide a fallback solution when native support is not available. | 179 |
medikoo/es6-map | A JavaScript implementation of the ECMAScript 6 Map data structure | 73 |
medikoo/es6-template-strings | Library to compile and resolve template strings as specified in ES6 syntax | 79 |
medikoo/es6-weak-map | A WeakMap implementation as specified in ECMAScript6 | 29 |
studiosol/set | An implementation of a set data structure using LinkedHashMap | 27 |
lukehoban/es6features | Documenting ECMAScript 6 language features for software developers | 29,222 |
purescript-contrib/purescript-matryoshka | Provides generalized folds, unfolds, and traversals for fixed point data structures | 59 |
apiaryio/mson | A Markdown syntax for describing data structures in JSON and related formats. | 902 |
hemanth/paws-on-es6 | A collection of concise examples showcasing various ES6 features. | 331 |
mauriciosantos/buckets-js | A JavaScript library providing various data structures and functions for manipulating arrays. | 1,251 |
dotchain/dotjs | A distributed, reactive, and functional data structure library for JavaScript | 8 |
medikoo/next-tick | Provides a way to schedule code execution at the end of the current event loop iteration | 74 |
endojs/endo | A distributed secure JavaScript sandbox for plugin systems and supply chain attack resistance. | 845 |
es-shims/array.prototype.every | A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |
mathiasbynens/string.prototype.includes | A robust polyfill for the includes method in ECMAScript 6 | 68 |