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