Function index_many::generic::get_many[][src]

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