specter

Latest version: 1.1.3
Ani Banerjee 2019-10-24T22:59:12.001800Z

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

Ani Banerjee 2019-10-24T23:01:22.003900Z

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"}}