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