(defn-traced name doc-string? attr-map? [params*] prepost-map? body)
(defn-traced name
doc-string?
attr-map?
([params*] prepost-map? body)
+
attr-map?)
(defn-traced & definition)
Traced defn, this variant compiles down to the standard defn, without tracing.
Traced defn, this variant compiles down to the standard defn, without tracing.
(fn-traced fn name? [params*] exprs*)
(fn-traced fn name? ([params*] exprs*) +)
(fn-traced & definition)
Traced fn, this variant compiles down to the standard fn, without tracing.
Traced fn, this variant compiles down to the standard fn, without tracing.
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 |