function | since v0.0-2496 | ![]() | Edit |
(all-ns)
(all-ns state)
Return all namespaces. Analagous to clojure.core/all-ns but returns symbols identifying namespaces not Namespace instances.
(defn all-ns
([]
(all-ns env/*compiler*))
([state]
(keys (get @state ::ana/namespaces))))