Provides access to the serialised data for an array of fixed-sized
items.
value must be an array with fixed-sized elements. Numeric types are
fixed-size, as are tuples containing only other fixed-sized types.
element_size must be the size of a single element in the array,
as given by the section on
Serialised Data
Memory.
In particular, arrays of these fixed-sized types can be interpreted
as an array of the given C type, with element_size set to
Since 2.24
Provides access to the serialised data for an array of fixed-sized items. value must be an array with fixed-sized elements. Numeric types are fixed-size, as are tuples containing only other fixed-sized types. element_size must be the size of a single element in the array, as given by the section on Serialised Data Memory. In particular, arrays of these fixed-sized types can be interpreted as an array of the given C type, with element_size set to Since 2.24