(defmacro docs "Prints documentation for the public vars in a namespace" [nsname] `(print-docs (get-ns '~nsname)))
Comments top
No comments for docs. Log in to add a comment.