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