user=> ((-> "first" symbol resolve) [1 2 3]) 1
Returns the var or Class to which a symbol will be resolved in the
(defn resolve "same as (ns-resolve *ns* symbol) or (ns-resolve *ns* &env symbol)" {:added "1.0" :static true} ([sym] (ns-resolve *ns* sym)) ([env sym] (ns-resolve *ns* env sym)))
Comments top
No comments for resolve. Log in to add a comment.