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