Commit c2ccdfa
committed
Switch impls of
This makes a bit more sense — iter impl converts to slice first, while
slice impl used to create iter, doing unnecessary conversions.is_sorted_by between slices and slice iters1 parent 0d53565 commit c2ccdfa
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3822 | 3822 | | |
3823 | 3823 | | |
3824 | 3824 | | |
3825 | | - | |
| 3825 | + | |
3826 | 3826 | | |
3827 | 3827 | | |
3828 | 3828 | | |
| |||
0 commit comments