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