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