You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Works similarly to [`slice::get`](https://doc.rust-lang.org/std/primitive.slice.html#method.get).
513
513
///
514
+
/// **Panics** if the range includes `usize::MAX`.
515
+
///
514
516
/// It's a generalisation of [`Iterator::take`] and [`Iterator::skip`],
515
517
/// and uses these under the hood.
516
518
/// Therefore, the resulting iterator is [`DoubleEndedIterator`]
0 commit comments