Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
data.int-map.
D
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..
I
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..
M
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...
P
->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
R
range function clojure.data.int-map Returns a map or set representing all elements w...
T
->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
U
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`..