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