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

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