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