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