(pr-str & objs)
pr to a string, returning it. Fundamental entrypoint to IPrintWithWriter.
(defn pr-str [& objs] (pr-str-with-opts objs (pr-opts)))