Welcome! Please see the About page for a little more info on how this works.

0 votes
in data.int-map by

Doc string for int-map is "Creates an integer map that can only have non-negative integers as keys.", but it seems that the implementation may work fine for any integer in the range of a Java Long, positive or negative?

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/DIMAP-6 (reported by jafingerhut)
...