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