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