Function array_index_mut

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