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