Macro: COMMON-LISP:PRINT-UNREADABLE-OBJECT

package type clhs

Output OBJECT to STREAM with “#<” prefix, “>” suffix, optionally with object-type prefix and object-identity suffix, and executing the code in BODY to provide possible further output.

Lambda list

((sb-impl::object stream &key type identity) &body sb-impl::body)