Function rustc_data_structures::vec_linked_list::iter
source · pub fn iter<Ls>(
first: Option<Ls::LinkIndex>,
links: &Ls
) -> impl Iterator<Item = Ls::LinkIndex> + '_where
Ls: Links,
pub fn iter<Ls>(
first: Option<Ls::LinkIndex>,
links: &Ls
) -> impl Iterator<Item = Ls::LinkIndex> + '_where
Ls: Links,