(-elide-meta {:keys [op meta expr env] :as ast})
(elide-meta ast)
If elides is not empty and the AST node contains metadata, dissoc all the keys in elides from the metadata.
If elides is not empty and the AST node contains metadata, dissoc all the keys in elides from the metadata.
Set of map keys to elide from metadata. Defaults to (set (:elide-meta compiler-options))
Set of map keys to elide from metadata. Defaults to (set (:elide-meta *compiler-options*))
(replace-meta meta new-meta)
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 |