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