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