new_arr

Function new_arr 

Source
pub unsafe fn new_arr<T: Clone + Default>(
    init_list: &[T],
    size: usize,
) -> ArrayPtr<T>
Expand description

Create an array object of the specified type