dense-int-set function clojure.data.int-map Given a collection, creates an immutable set whi... difference function clojure.data.int-map Returns the difference between two bitsets..
int-map function clojure.data.int-map Given alternating keys and values, creates an in... int-set function clojure.data.int-map Given a collection, creates an immutable set whi... intersection function clojure.data.int-map Returns the intersection of two bitsets..
merge function clojure.data.int-map Merges together two int-maps, giving precedence ... merge-with function clojure.data.int-map Merges together two int-maps, using `f` to resol...
->PersistentIntMap function clojure.data.int-map Positional factory function for class clojure.da... ->PersistentIntSet function clojure.data.int-map Positional factory function for class clojure.da... PersistentIntMap type clojure.data.int-map PersistentIntSet type clojure.data.int-map
range function clojure.data.int-map Returns a map or set representing all elements w...
->TransientIntMap function clojure.data.int-map Positional factory function for class clojure.da... ->TransientIntSet function clojure.data.int-map Positional factory function for class clojure.da... TransientIntMap type clojure.data.int-map TransientIntSet type clojure.data.int-map
union function clojure.data.int-map Returns the union of two bitsets.. update function clojure.data.int-map Updates the value associated with the given key.... update! function clojure.data.int-map A transient variant of `update`..