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