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