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