(clj-kvar var-name)Given a namespaced keyword, look up the corresponding var in clj compilation or return a keyword in cljs compilation.
Given a namespaced keyword, look up the corresponding var in clj compilation or return a keyword in cljs compilation.
(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.
(key-by k xs)(ksubs k)full string representation of a keyword: :x/y => "x/y" :y => "y"
full string representation of a keyword: :x/y => "x/y" :y => "y"
(slash name)replace dots with slashes in namespace to create a string that's route-friendly
replace dots with slashes in namespace to create a string that's route-friendly
(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-2cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |