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