Function indexmap::map::core::insert_bulk_no_grow
source ยท fn insert_bulk_no_grow<K, V>(
indices: &mut HashTable<usize>,
entries: &[Bucket<K, V>],
)
Expand description
Inserts many entries into the indices table without reallocating, and without regard for duplication.
Panics if there is not sufficient capacity already.