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