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