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