Idiom #353 Test if list is sorted
Set the boolean b to true if the list items has all its elements in increasing order, false otherwise.
The order is not strict: the ordered list may contain duplicate elements.
Set the boolean b to true if the list items has all its elements in increasing order, false otherwise.
The order is not strict: the ordered list may contain duplicate elements.