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