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