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