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