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