pub unsafe fn new_arr<T: Clone + Default>( init_list: &[T], size: usize, ) -> ArrayPtr<T>
Create an array object of the specified type