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