Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information