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