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