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