update_index

Function update_index 

Source
fn update_index(
    table: &mut HashTable<usize>,
    hash: HashValue,
    old: usize,
    new: usize,
)