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