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