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