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