Public Vars

Back

the-ns (clj)

(source)

function

(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.

Examples