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