Prints out the elements of a vl-warninglist-p with the enclosing brackets.
(vl-jp-warninglist x &key (ps 'ps)) → ps
Function:
(defun vl-jp-warninglist-fn (x 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) (vl-println? "]"))))