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