about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2020-09-01 18:24:27 -0700
committerGitHub <noreply@github.com>2020-09-01 18:24:27 -0700
commit7c1c7de85f47cd527d1935295e68218857d2d969 (patch)
tree2fc022dd482d57f04c1bfd1660e87059c60789d1 /compiler/rustc_codegen_llvm/src
parent5f28831a40477a0d564368e11fe6c5d6a26cd56f (diff)
parentcc3b2f9e1da2bb1bf2eda2e265687ed028cb0e22 (diff)
downloadrust-7c1c7de85f47cd527d1935295e68218857d2d969.tar.gz
rust-7c1c7de85f47cd527d1935295e68218857d2d969.zip
Rollup merge of #76088 - hbina:add_example, r=LukasKalbertodt
Add more examples to lexicographic cmp on Iterators.

Given two arrays of T1 and T2, 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 T1.
Which is only possible because of the first rule.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions