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