to_array2

Function to_array2 

Source
pub fn to_array2<T: Clone>(source: Vec<Array1<T>>) -> Result<Array2<T>, Error>