rust/library/core/tests/iter
bors a5e2eca40e Auto merge of #112699 - bluebear94:mf/more-is-sorted-tests, r=cuviper
Add more comprehensive tests for is_sorted and friends

See #53485 and #55045.
2023-07-21 23:25:04 +00:00
..
adapters Specialize StepBy<Range<{integer}>> 2023-06-23 00:17:34 +02:00
traits Add more comprehensive tests for is_sorted and friends 2023-06-16 03:04:34 -04:00
mod.rs Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, implement const Iterator and DoubleEndedIterator for Range." 2023-04-08 08:18:29 +00:00
range.rs replace advance_by returning usize with Result<(), NonZeroUsize> 2023-03-27 16:03:14 +02:00
sources.rs