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