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