Expand description
Insert many optimization.
Like Vec::insert
, but inserts a series of items at an index rather than a single one.
This can lead to significant speedup where multiple items need to be inserted.
Traitsยง
- Generalized trait for inserting many items at once.