Files
rust/src/liballoc
Manish Goregaokar 2da709ea21 Rollup merge of #74099 - jonhoo:deque-range, r=dtolnay
Add VecDeque::range* methods

This patch adds `VecDeque::range` and `VecDeque::range_mut` to provide
iterators over a sub-range of a `VecDeque`. This behavior can be
emulated with `skip` and `take`, but directly providing a `Range` is
more ergonomic. This also partially makes up for `VecDeque`'s lack of
`SliceIndex` support.
2020-07-10 23:26:36 -07:00
..
2020-07-10 09:23:52 -04:00
2019-11-29 20:25:07 -08:00
2020-06-26 06:22:35 -07:00
2020-06-10 01:35:47 +00:00
2020-06-10 01:35:47 +00:00
2020-06-19 13:47:04 +02:00
2019-12-22 17:42:47 -05:00
2020-06-18 09:11:15 -07:00
2020-05-06 19:01:27 -04:00
2020-07-06 11:52:20 -04:00
2020-04-14 10:27:55 +03:00