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