Function index_many::simple_result::get_many[][src]

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