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