Modifying constructor for absdeclor structures.
(change-absdeclor x [:pointers <pointers>] [:direct? <direct?>])
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) (:direct? . absdeclor->direct?)) 'change-absdeclor 'nil))