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