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