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