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