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