Function array2_to_nested_vec

Source
pub(crate) fn array2_to_nested_vec<T: Clone>(arr: &Array2<T>) -> Vec<Vec<T>>