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