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