This namespace holds functions that mimic the same stuff from Clojure 1.11. We still cannot use Clojure 1.11 due to our native-image compilation issues. Some of the functions slightly differ from their origin implementations, e.g. accept extra arguments.
This namespace holds functions that mimic the same stuff from Clojure 1.11. We still cannot use Clojure 1.11 due to our native-image compilation issues. Some of the functions slightly differ from their origin implementations, e.g. accept extra arguments.
(abs n)(each items f & args)A helper function to use with update(-in) for nested
sequential values, for example:
(update-in data [:path :to :numbers] each + 100) (update-in data [:path :to :users] each update-user some-mapping)
A helper function to use with `update(-in)` for nested sequential values, for example: (update-in data [:path :to :numbers] each + 100) (update-in data [:path :to :users] each update-user some-mapping)
(parse-long s)(random-uuid)(update-keys m f & args)Like update-keys from Clojure 11, but accepts extra arguments.
Like update-keys from Clojure 11, but accepts extra arguments.
(update-vals m f & args)Like update-vals from Clojure 11, but accepts extra arguments.
Like update-vals from Clojure 11, but accepts extra arguments.
cljdoc 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 |