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