Function array_index

pub fn array_index<const N: usize, T>(slab: &[T; N], index: usize) -> &T