dafny_array_to_vec

Function dafny_array_to_vec 

Source
pub unsafe fn dafny_array_to_vec<T: Clone>(ptr: DafnyArray<T>) -> Vec<T>