Fork me on GitHub
#specter
<
2019-10-24
>
Ani Banerjee22:10:12

Does specter work with integer valued keys in int-map? Any issues to expect compared to keyword based maps?

Ani Banerjee23:10:22

More context: I have a map of entities, which are all indexed by an integer id. The value is a map with attributes

{1 {:name "foo" :type "a"} 
  2 {:name "bar" :type "b"}}