Optimized version for the special case when the string to print is empty.
(vl-println-raw-fast1 &key (ps 'ps)) → ps
Function:
(defun vl-println-raw-fast1$inline (ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard t)) (let ((__function__ 'vl-println-raw-fast1)) (declare (ignorable __function__)) (vl-ps-seq (vl-ps-update-rchars (cons (if (vl-ps->htmlp) "<br/> " #\Newline) (vl-ps->rchars))) (vl-ps-update-col 0))))