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