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