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