Liking cljdoc? Tell your friends :D

revolt.utils


assoc-tuple-mergingclj

(assoc-tuple-merging tuples k v)
source

current-dirclj

(current-dir)
(current-dir fs)
source

dissoc-maybeclj

(dissoc-maybe m k pred)

Dissocs nested key from a map when given predicate is true.

Dissocs nested key from a map when given predicate is true.
sourceraw docstring

ensure-absolute-pathclj

(ensure-absolute-path relative-path)
source

ensure-nsclj

(ensure-ns default-ns s)

Ensures that a string, to be later transformed to a namespaced keyword, contains a namespace part. In case there is no namespace - a default one is added.

Ensures that a string, to be later transformed to a namespaced keyword,
contains a namespace part. In case there is no namespace - a default one
is added.
sourceraw docstring

ensure-relative-pathclj

(ensure-relative-path path)
(ensure-relative-path target path)
source

gather-pathsclj

(gather-paths paths)
source

make-params-collclj

(make-params-coll params-str default-ns)
source

safe-read-ednclj

(safe-read-edn path)
source

timedclj/smacro

(timed task expr)

Evaluates expr and prints the time it took. Returns the value of expr.

Evaluates expr and prints the time it took. Returns the value of expr.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close