Function to_slices

Source
fn to_slices<'a>(
    traj_data: &'a [(i64, u32)],
    vectors: &'a [Vec<f32>],
) -> Vec<(i64, &'a [f32])>