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