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