ClojureDocs

导航

命名空间

the-ns

clojure.core

自 1.0 起可用 (源代码)
  • (the-ns x)
If passed a namespace, returns it. Else, when passed a symbol,
returns the namespace named by it, throwing an exception if not
found.