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