[][src]Function rustc_ap_rustc_data_structures::vec_linked_list::iter

pub fn iter<'a, Ls>(
    first: Option<Ls::LinkIndex>,
    links: &'a Ls
) -> impl Iterator<Item = Ls::LinkIndex> + 'a where
    Ls: Links