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