You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clojure has sorted-map, which builds a PersistentTreeMap, and sorted-set, which builds a PersistentTreeSet. immer doesn't support these, but there's some good info here: arximboldi/immer#105
jank will need its own version, but hopefully we can benefit from the stdlib.
Overall, since we have hash maps, array maps, and hash sets, I think the sorted variants are low priority.
The text was updated successfully, but these errors were encountered:
Clojure has
sorted-map
, which builds aPersistentTreeMap
, andsorted-set
, which builds aPersistentTreeSet
. immer doesn't support these, but there's some good info here: arximboldi/immer#105jank will need its own version, but hopefully we can benefit from the stdlib.
Overall, since we have hash maps, array maps, and hash sets, I think the sorted variants are low priority.
The text was updated successfully, but these errors were encountered: