Returns a map of the intern mappings for the namespace.
Source
(defnns-interns"Returns a map of the intern mappings for the namespace."{:added"1.0":statictrue}[ns](let[ns(the-nsns)](filter-keyval(fn[^clojure.lang.Var v](and(instance?clojure.lang.Varv)(=ns(.nsv))))(ns-mapns))))