| 1 | // |
| 2 | // This is a little more optimized, it is likely to be faster in practice because |
| 3 | // it short-circuits the inner loop and breaks out of the outer loop early |
| 4 | // when the array is already sorted. |
nothing calls this directly
no test coverage detected