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