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