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