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