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