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