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