(assert x)
(assert x message)
Same as clojure's assert
except that it throws a clojure.lang.ExceptionInfo
.
Same as clojure's [[assert]] except that it throws a `clojure.lang.ExceptionInfo`.
(def-clone src)
(def-clone dest src)
Little utility to clone simple var. It brings their docstring to the clone.
Little utility to clone simple var. It brings their docstring to the clone.
(merge-transient! tm m)
Merge a map m
into a transient map tm
.
Returns the transient map without calling [[persistent!]] on it.
Merge a map `m` into a transient map `tm`. Returns the transient map without calling [[persistent!]] on it.
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 |