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