(ent-type x y)
add ent-type metadata to obj. ent-type should be a keyword.
add ent-type metadata to obj. ent-type should be a keyword.
(update-vals x update-map)
Takes a map to be updated, x, and a map of {[k1 k2 k3] update-fn-1 [k4 k5 k6] update-fn-2} such that such that k1, k2, k3 are updated using update-fn-1 and k4, k5, k6 are updated using update-fn-2
Takes a map to be updated, x, and a map of {[k1 k2 k3] update-fn-1 [k4 k5 k6] update-fn-2} such that such that k1, k2, k3 are updated using update-fn-1 and k4, k5, k6 are updated using update-fn-2
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close