Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.dolly.core


add-keys-to-quote!clj/smacro

(add-keys-to-quote! & keys)

When using your own metadata on defs, you might use symbols as data. The data stored under these keys may need to be quoted by the fr.jeremyschoffen.dolly.core/def-clone macro. You can add those keys to be quoted with this function

When using your own metadata on defs, you might use symbols as data.
The data stored under these keys may need to be quoted by the
[[fr.jeremyschoffen.dolly.core/def-clone]] macro. You can add those keys
to be quoted with this function
sourceraw docstring

clone-macroclj/smacro

(clone-macro new-name cloned)
source

clone-valueclj/smacro

(clone-value new-name cloned)
source

cloned-infoclj

(cloned-info cloned)
source

def-cloneclj/smacro

(def-clone cloned)
(def-clone new-name cloned)
source

remove-keys-to-quote!clj/smacro

(remove-keys-to-quote! & keys)
source

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

× close