This edit still doesn’t help me understand what you meant.
Current behavior:
julia> issorted([1, 1])
true
it’s not a test of whether the list (which, by the way, contains duplicates) is “strictly sorted”.
This edit still doesn’t help me understand what you meant.
Current behavior:
julia> issorted([1, 1])
true
it’s not a test of whether the list (which, by the way, contains duplicates) is “strictly sorted”.