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

0 votes
in Clojure by

map-invert is hard to find when it lives in the clojure.set namespace, because it acts on maps and not sets. To my eyes set/map-invert also looks strange when reading code, but this is the preferred way to bring in the clojure.set namespace.

This is one of the minor warts I'd like to see fixed in clojure 2.0.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1821 (reported by alex+import)
...