emberjs/ember-ordered-set

Name: ember-ordered-set

Owner: Ember.js

Description: null

Created: 2017-11-05 20:57:02.0

Updated: 2017-11-06 00:15:48.0

Pushed: 2018-05-19 16:26:28.0

Homepage: null

Size: 137

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ember-ordered-set

npm Build Status

The OrderedSet class lets you store unique values of any type, whether primitive values or object references. It is mostly similar to the native Set class introduced in ES2015.

Installation
r install @ember/ordered-set
Usage

After installing you can import OrderedSet from @ember/ordered-set:

rt OrderedSet from '@ember/ordered-set';

The OrderedSet class has mostly the same API as the native Set class with a few differences:

License

ember-ordered-set is licensed under the MIT License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.