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