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