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