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