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