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