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