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