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