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