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