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