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