rust/src/libcore/ops
Scott McMurray 4f8049a2b0 Add Range[Inclusive]::is_empty
During the RFC, it was discussed that figuring out whether a range is empty was subtle, and thus there should be a clear and obvious way to do it.  It can't just be ExactSizeIterator::is_empty (also unstable) because not all ranges are ExactSize -- not even Range<i32> or RangeInclusive<usize>.
2018-02-09 01:47:18 -08:00
..
arith.rs Remove cast suggestions 2018-02-01 15:06:22 -08:00
bit.rs Add filtering options to rustc_on_unimplemented 2018-02-01 15:06:20 -08:00
deref.rs Use a better link for method resolution in Deref docs 2017-12-09 13:50:07 +00:00
drop.rs Revise Drop docs 2017-08-07 23:10:16 +02:00
function.rs Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavus 2017-08-12 19:40:49 +00:00
generator.rs Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00
index.rs std::ops docs: incorporated changes suggested in review 2017-08-12 19:53:04 +02:00
mod.rs Update books for next release 2017-11-20 08:30:22 -05:00
place.rs Adjust wording of Placer trait safety requirements 2018-01-16 08:51:24 -08:00
range.rs Add Range[Inclusive]::is_empty 2018-02-09 01:47:18 -08:00
try.rs Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00
unsize.rs Normalize spaces in lang attributes. 2017-09-28 01:30:25 -07:00