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