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