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