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