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