(format-defn [op sym & args])standardize defn forms
standardize defn forms
(format-fargs [doc? attr? & body])formats function inputs
formats function inputs
(get-comment grammar _)gets the comment access prefix for a language
(get-comment helper/+default+ {}) => "//"
gets the comment access prefix for a language
(get-comment helper/+default+ {})
=> "//"(tf-for-index [_ [i [start stop step]] & body])default for-index transform
(tf-for-index '(for:index [i [0 2 3]])) => '(for [(var i := 0) (< i 2) (:= i (+ i 3))])
default for-index transform
(tf-for-index '(for:index
[i [0 2 3]]))
=> '(for [(var i := 0) (< i 2) (:= i (+ i 3))])cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |