Support so that collections can implement toString without
loading all the printing machinery.
Source
(defnpr-str*"Support so that collections can implement toString without\n loading all the printing machinery."[obj](let[sb(StringBuffer.)writer(StringBufferWriter.sb)](-pr-writerobjwriter(pr-opts))(-flushwriter)(strsb)))