make_array

Function make_array 

Source
pub fn make_array<A, T>(slice: &[T]) -> A
where A: Sized + Default + AsMut<[T]>, T: Copy,