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