[][src]Function arche_tape::index_twice_mut

pub fn index_twice_mut<T>(
    idx_1: usize,
    idx_2: usize,
    slice: &mut [T]
) -> (&mut T, &mut T)