Liking cljdoc? Tell your friends :D

fabrikk.utils.interface


copy-docsclj/s≠

(copy-docs sym other)
clj

Copies docs from one function to another.

Arguments must be vars e.g. (copy-docs #'from-fn #'to-fn)

Copies docs from one function to another.

Arguments must be vars e.g. `(copy-docs #'from-fn #'to-fn)`
raw docstring

pad-with-lastclj/s≠

(pad-with-last n coll)
clj

Create a collection of 'n' elements based on 'coll'.

If the number of items in coll is less than n, repeat the last element in coll to make up the remainder. If the number of items is less than n, behaves like clojure.core/take.

Create a collection of 'n' elements based on 'coll'.

If the number of items in coll is less than n, repeat the last
element in coll to make up the remainder. If the number of items
is less than n, behaves like `clojure.core/take`.
raw docstring

scoped-assocclj/s

(scoped-assoc & path)

scoped-updateclj/s

(scoped-update & path)

tapout>clj/s

(tapout> x label)

tapout>>clj/s

(tapout>> label x)

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

× close