(defmacro dir "Prints a sorted directory of public vars in a namespace" {:deprecated "1.2"} [nsname] `(print-dir (get-ns '~nsname)))
Comments top
No comments for dir. Log in to add a comment.