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