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