Function boxed_arr

Source
pub fn boxed_arr<const N: usize, T: Clone>(arr: [T; N]) -> *mut T