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