Skip to main content

flatten

Function flatten 

Source
fn flatten<'a, I: Iterator<Item = &'a Vec<String>>>(lists: I) -> Vec<String>