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