Generic Function
*print-right-margin* isnil. stream
stream-output-width stream => result
A stream.
An integer ornil.
stream-output-width is used by the pretty printer to determine the output width when*print-right-margin* isnil. It returns result, the integer width of stream in units of ems, ornil if the width is not known. The default method provided byfundamental-stream returnsnil. fundamental-stream