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