Sums up the elements for a range between 0 (inclusive) and end (exclusive). It takes only constant time (O(1)).
0
end
O(1)
The end index (exclusive).
The group sum for the range.
Generated using TypeDoc
Sums up the elements for a range between
0
(inclusive) andend
(exclusive). It takes only constant time (O(1)
).