sum

Calculates the sum of all values in range.

Parameters

range T

The range to sum.

Return Value

Type: ElementType!T

The sum of all values in range.

Meta