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