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