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