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