You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sort.isSorted uses internally isEmpty which defaults to Streamable.isEmpty that obtains an iterator to check emptiness. We should implement isEmpty() properly to check whether the backing object is empty to avoid allocations.