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