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