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