(hash-map)
(hash-map k1 v1)
(hash-map k1 v1 k2 v2)
(hash-map k1 v1 k2 v2 k3 v3)
(hash-map k1 v1 k2 v2 k3 v3 k4 v4)
(hash-map k1 v1 k2 v2 k3 v3 k4 v4 k5 v5)
(hash-map k1 v1 k2 v2 k3 v3 k4 v4 k5 v5 k6 v6)
(hash-map k1 v1 k2 v2 k3 v3 k4 v4 k5 v5 k6 v6 & rst)
(vector)
(vector x)
(vector x y)
(vector x y z)
(vector x y z w)
(vector x y z w u)
(vector x y z w u v)
(vector x y z w u v & rst)
Returns a collection which behaves like a vector, but is highly efficient for index lookups, hash calculations, equality checks, and reduction. If there are more than six elements, returns a normal vector.
Returns a collection which behaves like a vector, but is highly efficient for index lookups, hash calculations, equality checks, and reduction. If there are more than six elements, returns a normal vector.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close