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