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