Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more examples to lexicographic cmp on Iterators. #76088

Merged
merged 1 commit into from
Sep 2, 2020

Commits on Aug 29, 2020

  1. Add more examples to lexicographic cmp on Iterators.

    The most important rule of lexicographical comparison is that two arrays
    of equal length will be compared until the first difference occured.
    
    The examples provided only focuses on the second rule that says that the
    shorter array will be filled with some T2 that is less than every T.
    Which is only possible because of the first rule.
    hbina committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    cc3b2f9 View commit details
    Browse the repository at this point in the history