- array-sum a #!key axis (dtype generic-storage-class)procedure
Return the sum of the array elements over the given axis.
DIFF: Because the result may overflow, on (array-default-copy #t) the returned array has the generic storage class by default.
Similar: ndarray.sum