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