Skip to main content

flatten

Function flatten 

Source
pub fn flatten<T: Clone>(arr: &[Vec<T>]) -> Vec<T>