Function: COMMON-LISP:PPRINT-FILL¶
Output LIST to STREAM putting :FILL conditional newlines between each element. If COLON? is NIL (defaults to T), then no parens are printed around the output. ATSIGN? is ignored (but allowed so that PPRINT-FILL can be used with the ~/…/ format directive.
Lambda list¶
(stream list &optional sb-pretty::colon? sb-pretty::atsign?)