(fn-format ns params lookup project)
function to refactor the arglist and body
function to refactor the arglist and body
(fn:defmethod-forms nav)
query to find defmethod
forms with a vector
query to find `defmethod` forms with a vector
(fn:list-forms nav)
query to find defn
and defmacro
forms with a vector
query to find `defn` and `defmacro` forms with a vector
(list-transform nav)
transforms (.. [] & body)
to (.. ([] & body))
transforms `(.. [] & body)` to `(.. ([] & body))`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close