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