[][src]Trait swc_common::iter::IdentifyLast

pub trait IdentifyLast: Iterator + Sized {
    fn identify_last(self) -> Iter<Self>;
}

Copied from https://users.rust-lang.org/t/iterator-need-to-identify-the-last-element/8836/3

Required methods

Important traits for Iter<It>
fn identify_last(self) -> Iter<Self>

Loading content...

Implementors

impl<It> IdentifyLast for It where
    It: Iterator
[src]

Loading content...