The following functions currently return f64 values irrespective of the input Array data's native type.
The above functions need to return the appropriate type value instead of f64. This change is probably going to be
easier to implemented once Typed Arrays are implemented.
The following functions currently return
f64values irrespective of the inputArraydata's native type.sum_allsum_nan_allproduct_allproduct_nan_allmin_allmax_allall_true_allany_true_allcount_allimin_allimax_allThe above functions need to return the appropriate type value instead of
f64. This change is probably going to beeasier to implemented once Typed Arrays are implemented.