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