d_to_python_array_array

Convert a d array to a python array.array. array.array does not support 8 byte integers.

Not used by d_to_python.

d_to_python_array_array
(
T
)
(
T t
)
if (
(
isArray!T ||
)
&&
MatrixInfo!T.ndim == 1
&&
SimpleFormatType!(MatrixInfo!T.MatrixElementType).supported
)

Meta