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