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