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