Modifying constructor for vl-hidstep structures.
(change-vl-hidstep x [:name <name>] [:index <index>] [:item <item>] [:ss <ss>] [:elabpath <elabpath>])
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 '((:name . vl-hidstep->name) (:index . vl-hidstep->index) (:item . vl-hidstep->item) (:ss . vl-hidstep->ss) (:elabpath . vl-hidstep->elabpath)) 'change-vl-hidstep 'remake-vl-hidstep))