Skip to main content

ns-resolve

functionv1.0

clojure.core/ns-resolve

Available in:BBCLJ
(ns-resolve [ns sym] [ns env sym])
Returns the var or Class to which a symbol will be resolved in the namespace (unless found in the environment), else nil. Note that if the symbol is fully qualified, the var/Class to which it resolves need not be present in the namespace.

No examples yet. Be the first to add one!