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