(complete context)
(complete-meta-kind {:keys [form value] :as context})
(complete-options {:keys [form value] :as context})
(complete-value {:keys [ns form] :as context})
(deep-merge & maps)
Recursively merges maps together. If all the maps supplied have nested maps
under the same keys, these nested maps are merged. Otherwise the value is
overwritten, as in clojure.core/merge
.
Recursively merges maps together. If all the maps supplied have nested maps under the same keys, these nested maps are merged. Otherwise the value is overwritten, as in `clojure.core/merge`.
(eval-in-ns ns form)
(kind x)
(meta-kind x)
(meta-options x)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close