Function index_many::generic::index_many_mut_unchecked[][src]

pub unsafe fn index_many_mut_unchecked<'a, T, I: Indices<N>, const N: usize>(
    slice: &'a mut [T],
    indices: I
) -> [&'a mut T; N]