Modifying constructor for jexpr-newarray structures.
(change-jexpr-newarray x [:type <type>] [:size <size>])
This is an often useful alternative to make-jexpr-newarray.
We construct a new jexpr-newarray structure that is a copy of
This is an ordinary
Macro:
(defmacro change-jexpr-newarray (x &rest args) (std::change-aggregate 'jexpr-newarray x args '((:type . jexpr-newarray->type) (:size . jexpr-newarray->size)) 'change-jexpr-newarray 'nil))