Function index_many::simple_result::index_many_unchecked[][src]

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