Does specter work with integer valued keys in int-map? Any issues to expect compared to keyword based maps?
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"}}