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