Function index_many::generic::get_many_mut[][src]

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