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