Liking cljdoc? Tell your friends :D

starfederation.datastar.clojure.utils


assertcljmacro

(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`.
sourceraw docstring

def-clonecljmacro

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

lock!cljmacro

(lock! x & body)
source

merge-transient!clj

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

not-empty-string?clj

(not-empty-string? s)
source

reantrant-lock?clj

(reantrant-lock? l)
source

transient->cljmacro

(transient-> v & body)
source

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