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