defs the supplied var names with no bindings, useful for making forward declarations.
Source
(defmacrodeclare"defs the supplied var names with no bindings, useful for making forward declarations."{:added"1.0"}[&names] `(do ~@(map #(list 'def(vary-meta % assoc:declaredtrue))names)))