rust/src/libcore/iter
Yuki Okushi ae81241eae
Rollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu
Simplify `Skip::nth` and `Skip::last` implementations

The main improvement is to make `last` no longer recursive.
2020-02-18 20:09:02 +09:00
..
adapters Rollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu 2020-02-18 20:09:02 +09:00
traits Fill tracking issue for iter_map_while feature 2020-01-28 21:30:34 +03:00
mod.rs Stabilize core::iter::once_with() 2020-02-04 00:47:04 +09:00
range.rs Remove problematic specialization from RangeInclusive 2020-02-08 18:47:41 -05:00
sources.rs Remove Copy impl from OnceWith 2020-02-03 22:30:17 +00:00