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