Function indexmap::map::core::update_index

source ·
fn update_index(
    table: &mut RawTable<usize>,
    hash: HashValue,
    old: usize,
    new: usize
)