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