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