count static method
@param array values to sum @return sum of values @deprecated call {@link MathUtils#sum(List
Implementation
// @protected
@Deprecated('call [MathUtils::sum]')
static int count(List<int> array) {
return MathUtils.sum(array);
}
@param array values to sum @return sum of values @deprecated call {@link MathUtils#sum(List
// @protected
@Deprecated('call [MathUtils::sum]')
static int count(List<int> array) {
return MathUtils.sum(array);
}