Skip to main content

join_vec

Function join_vec 

Source
pub fn join_vec<A>(vv: Vec<Vec<A>>) -> Vec<A>
Expand description

Flatten Vec<Vec>.