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