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