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