immutable-js/immutable-js

Sorted map please!

Open

#88 ouverte le 27 août 2014

Voir sur GitHub
 (21 commentaires) (43 réactions) (0 assignés)TypeScript (1 774 forks)batch import
API-improvementenhancementhelp wanted

Métriques du dépôt

Stars
 (33 046 stars)
Métriques de merge PR
 (Merge moyen 12j 22h) (20 PRs mergées en 30 j)

Description

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.

Guide contributeur