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