pub struct RangeIterRev<T> { /* private fields */ }
Expand description
Reversed const-iterator for Range
This is constructed like this:
konst::iter::into_iter!(0..10).rev()
Implementations§
Source§impl RangeIterRev<usize>
impl RangeIterRev<usize>
Sourcepub const fn copy(&self) -> RangeIterRev<usize>
pub const fn copy(&self) -> RangeIterRev<usize>
Creates a clone of this iterator
Trait Implementations§
Source§impl<T> IntoIterKind for RangeIterRev<T>
impl<T> IntoIterKind for RangeIterRev<T>
type Kind = IsIteratorKind
Auto Trait Implementations§
impl<T> Freeze for RangeIterRev<T>where
T: Freeze,
impl<T> RefUnwindSafe for RangeIterRev<T>where
T: RefUnwindSafe,
impl<T> Send for RangeIterRev<T>where
T: Send,
impl<T> Sync for RangeIterRev<T>where
T: Sync,
impl<T> Unpin for RangeIterRev<T>where
T: Unpin,
impl<T> UnwindSafe for RangeIterRev<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.