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