immutable-js/immutable-js

Sorted map please!

Open

#88 aperta il 27 ago 2014

Vedi su GitHub
 (21 commenti) (43 reazioni) (0 assegnatari)TypeScript (1774 fork)batch import
API-improvementenhancementhelp wanted

Metriche repository

Star
 (33.046 star)
Metriche merge PR
 (Merge medio 12g 22h) (20 PR mergiate in 30 g)

Descrizione

A map that inserts new items in the correct position, providing a custom sort function on the keys.

Would be nice. Otherwise, I can do fine with keeping a key array for the sorting, and a map myself.

Guida contributor