Gets the accumulated sum in the 'array' until ind (inclusive).
ind
Time: O(log(n))
0-indexed
If "to" is less than or equal "from" it returns zero. Both indexed from zero.
Inclusive
Exclusive
Increases the ind-th element in the 'array' by val
val
Note: if ind is greater than or equal backend.maximum this function won't do anything
backend.maximum
integer number
Generated using TypeDoc
Gets the accumulated sum in the 'array' until
ind
(inclusive).Time: O(log(n))