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