Skip to main content

gather

Function gather 

Source
pub fn gather<T: Clone>(parts: Vec<Vec<T>>) -> Vec<T>
Expand description

Concatenates a list of parts back into a single Vec.