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