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