vec_to_dafny_array

Function vec_to_dafny_array 

Source
pub fn vec_to_dafny_array<T: Clone>(array: Vec<T>) -> DafnyArray<T>