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