Function index_many::simple_result::get_many_mut[][src]

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