How to get a clojure array-map to maintain insertion order after assoc?

后端 未结 1 597
天涯浪人
天涯浪人 2021-01-12 10:36

I have an array-map which I am associng some values into it. After a certain size the returned value is a PersistentHashMap rather th

相关标签:
1条回答
  • 2021-01-12 11:15

    You can use an ordered map: https://github.com/flatland/ordered

    0 讨论(0)
提交回复
热议问题