Function index_many::generic::index_many_unchecked[][src]

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