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