Liking cljdoc? Tell your friends :D

edd.clj.core

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.
raw docstring

absclj

(abs n)

eachclj

(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)

raw docstring

parse-longclj

(parse-long s)

random-uuidclj

(random-uuid)

update-keysclj

(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.
raw docstring

update-valsclj

(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.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close