dafny_array2_to_vec

Function dafny_array2_to_vec 

Source
pub unsafe fn dafny_array2_to_vec<T: Clone>(ptr: DafnyArray2<T>) -> Vec<Vec<T>>