Modifying constructor for asgop-asg-add structures.
(change-asgop-asg-add x
)
This is an often useful alternative to make-asgop-asg-add.
We construct a new asgop-asg-add structure that is a copy of
This is an ordinary
Macro:
(defmacro change-asgop-asg-add (x &rest args) (std::change-aggregate 'asgop-asg-add x args 'nil 'change-asgop-asg-add 'nil))