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