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