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