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