Prints out the elements of a vl-warninglist-p with the enclosing brackets.
(vl-jp-warninglist x &key no-html (ps 'ps)) → ps
Function:
(defun vl-jp-warninglist-fn (x no-html ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard (vl-warninglist-p x))) (let ((__function__ 'vl-jp-warninglist)) (declare (ignorable __function__)) (vl-ps-seq (vl-print "[") (vl-jp-warninglist-aux x :no-html no-html) (vl-println? "]"))))