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