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