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