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