macro | since v1.10.439 | ![]() | Edit |
(enumerate-namespace ns-sym-or-syms)
Given a symbol naming an ns, or a collection of such symbols, returns the set of all symbols naming vars in those nses.
(defmacro enumerate-namespace
[ns-sym-or-syms]
`'~(enumerate-namespace* (eval ns-sym-or-syms)))