Function index_many::simple::get_many[][src]

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