Gets the index of the lowest item in the list (where the first item is index 1, the second is index 2 and so on).
Lowest is determined in the same way as operator < -- see the documentation for more details.