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