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