pub fn clone_array<T, const N: usize>(slice: &[T]) -> [T; N]where T: Copy,
Clones every element of the given array.