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