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