write-to-string
(write-to-string object)
Returns object's readable (prin1) printed representation as a string -- an alias for prin1-to-string. The full Common Lisp write keyword arguments (:escape, :base, ...) are not supported.
(write-to-string object)
Returns object's readable (prin1) printed representation as a string -- an alias for prin1-to-string. The full Common Lisp write keyword arguments (:escape, :base, ...) are not supported.