| 1 | """Array Equilibrium Index |
| 2 | Send Feedback |
| 3 | Find and return the equilibrium index of an array. Equilibrium index of an array is an index i such that the sum of elements at indices less than i is equal to the sum of elements at indices greater than i. |
| 4 | Element at index i is not included in either part. |
nothing calls this directly
no test coverage detected