Basic constructor macro for vl-partselect-none structures.
(make-vl-partselect-none )
This is the usual way to construct vl-partselect-none structures. It simply conses together a structure with the specified fields.
This macro generates a new vl-partselect-none structure from scratch. See also change-vl-partselect-none, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-vl-partselect-none (&rest args) (std::make-aggregate 'vl-partselect-none args 'nil 'make-vl-partselect-none nil))
Function:
(defun vl-partselect-none nil (declare (xargs :guard t)) (let ((__function__ 'vl-partselect-none)) (declare (ignorable __function__)) nil))