pub(super) fn get_disjoint_mut<T, const N: usize>( entries: &mut [T], indices: [usize; N], ) -> Result<[&mut T; N], GetDisjointMutError>
Like slice::get_disjoint_mut, although we’re not dealing with ranges (yet).
slice::get_disjoint_mut