applitopia / immutable-sorted

This is an extension of Immutable.js that provides sorted collections SortedMap and SortedSet. The current implementation is using highly optimized B-tree memory structure.
http://applitopia.github.io/immutable-sorted/
Other
29 stars 6 forks source link

fix and test `new SortedSet()` #4

Closed abonander closed 6 years ago

abonander commented 6 years ago

closes #3