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