[][src]Function ra_ap_stdx::lines_with_ends

pub fn lines_with_ends(text: &str) -> LinesWithEnds<'_>

Notable traits for LinesWithEnds<'a>

impl<'a> Iterator for LinesWithEnds<'a> type Item = &'a str;