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